NO-JIRA: Added missing imports: UnsignedShort (line 121), PN_OVERFLOW (line 300)
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/e52fd501 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/e52fd501 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/e52fd501 Branch: refs/heads/go1 Commit: e52fd501bf63392074c3583aec23f5f8a4cf66f4 Parents: f709669 Author: Kim van der Riet <[email protected]> Authored: Thu Jan 7 10:47:20 2016 -0500 Committer: Kim van der Riet <[email protected]> Committed: Thu Jan 7 10:47:20 2016 -0500 ---------------------------------------------------------------------- proton-j/src/main/resources/ccodec.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/e52fd501/proton-j/src/main/resources/ccodec.py ---------------------------------------------------------------------- diff --git a/proton-j/src/main/resources/ccodec.py b/proton-j/src/main/resources/ccodec.py index fb86735..0aa9499 100644 --- a/proton-j/src/main/resources/ccodec.py +++ b/proton-j/src/main/resources/ccodec.py @@ -18,8 +18,9 @@ # from org.apache.qpid.proton import Proton from org.apache.qpid.proton.amqp import Symbol, UnsignedByte, UnsignedInteger, \ - UnsignedLong, Decimal32, Decimal64, Decimal128 + UnsignedShort, UnsignedLong, Decimal32, Decimal64, Decimal128 from org.apache.qpid.proton.codec.Data import DataType +from cerror import * from java.util import UUID as JUUID, Date as JDate from java.nio import ByteBuffer --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
