PROTON-954: remove TODO that no longer applies - suggested action is now done during init()
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/c72ec776 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/c72ec776 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/c72ec776 Branch: refs/heads/master Commit: c72ec776443c223a5d3a9cc9d343f6a00dcd5373 Parents: 783129a Author: Robert Gemmell <[email protected]> Authored: Thu Jul 23 12:55:46 2015 +0100 Committer: Robert Gemmell <[email protected]> Committed: Thu Jul 23 12:55:46 2015 +0100 ---------------------------------------------------------------------- .../java/org/apache/qpid/proton/engine/impl/TransportImpl.java | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/c72ec776/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 32b20af..95a811b 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 @@ -190,9 +190,6 @@ public class TransportImpl extends EndpointImpl return _remoteMaxFrameSize; } - /** - * TODO propagate the new value to {@link #_outputProcessor} etc - */ @Override public void setMaxFrameSize(int maxFrameSize) { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
