You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2015/07/23 14:06:05 UTC

[02/10] qpid-proton git commit: PROTON-954: remove TODO that seems to have been implemented

PROTON-954: remove TODO that seems to have been implemented


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/a9594ebc
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/a9594ebc
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/a9594ebc

Branch: refs/heads/master
Commit: a9594ebcb9166b072b0a8d146e1b6d108d7237ea
Parents: 4ca2f04
Author: Robert Gemmell <ro...@apache.org>
Authored: Thu Jul 23 12:52:55 2015 +0100
Committer: Robert Gemmell <ro...@apache.org>
Committed: Thu Jul 23 12:52:55 2015 +0100

----------------------------------------------------------------------
 .../main/java/org/apache/qpid/proton/engine/impl/TransportImpl.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/a9594ebc/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/TransportImpl.java
----------------------------------------------------------------------
diff --git a/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/TransportImpl.java b/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/TransportImpl.java
index 922ba31..5c6aea4 100644
--- a/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/TransportImpl.java
+++ b/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/TransportImpl.java
@@ -573,7 +573,6 @@ public class TransportImpl extends EndpointImpl
 
             transfer.setMessageFormat(UnsignedInteger.ZERO);
 
-            // TODO - large frames
             ByteBuffer payload = delivery.getData() ==  null ? null :
                 ByteBuffer.wrap(delivery.getData(), delivery.getDataOffset(),
                                 delivery.getDataLength());


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org