summaryrefslogtreecommitdiff
path: root/qpid/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
commitd9e6b243ba15f3cdf329e35fedd5a018f37bd2c1 (patch)
tree476dc5e8133870b4738a30bbd9e2041ab6e65a19 /qpid/java/common/Composite.tpl
parent370dda87171c83f31f540d5c627e20839fb2e448 (diff)
downloadqpid-python-d9e6b243ba15f3cdf329e35fedd5a018f37bd2c1.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@663325 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/common/Composite.tpl')
-rw-r--r--qpid/java/common/Composite.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/common/Composite.tpl b/qpid/java/common/Composite.tpl
index 2b9ed873de..46a45b0b91 100644
--- a/qpid/java/common/Composite.tpl
+++ b/qpid/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;