summaryrefslogtreecommitdiff
path: root/java/common/Composite.tpl
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-06-04 17:44:57 +0000
committerRafael H. Schloming <rhs@apache.org>2008-06-04 17:44:57 +0000
commite5bd15f71e8919f5ad5ef3d8b35043c267cc3dae (patch)
tree00bd8a75ee3fbafb7a97018912ee37c524f22152 /java/common/Composite.tpl
parent8654fb2db74eacff8ec943d192f80ef1fd512f6e (diff)
downloadqpid-python-e5bd15f71e8919f5ad5ef3d8b35043c267cc3dae.tar.gz
QPID-1062: use BBDecoder for non fragmented segments, modified BBDecoder/Encoder to use byte buffer primitives, made various classes final (including generated classes)
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@663325 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/common/Composite.tpl')
-rw-r--r--java/common/Composite.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/common/Composite.tpl b/java/common/Composite.tpl
index 2b9ed873de..46a45b0b91 100644
--- a/java/common/Composite.tpl
+++ b/java/common/Composite.tpl
@@ -50,7 +50,7 @@ PACK_TYPES = {
typecode = code(type)
}
-public class $name extends $base {
+public final class $name extends $base {
public static final int TYPE = $typecode;