You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ta...@apache.org on 2014/09/26 22:39:29 UTC

[2/3] git commit: Correct method comments.

Correct method comments.

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

Branch: refs/heads/master
Commit: e30ab41f60da57735f7830158eeea9f6c384feb7
Parents: 9f1e75b
Author: Timothy Bish <ta...@gmail.com>
Authored: Fri Sep 26 16:34:23 2014 -0400
Committer: Timothy Bish <ta...@gmail.com>
Committed: Fri Sep 26 16:34:23 2014 -0400

----------------------------------------------------------------------
 .../qpid/jms/provider/amqp/message/AmqpObjectTypeDelegate.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/e30ab41f/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/message/AmqpObjectTypeDelegate.java
----------------------------------------------------------------------
diff --git a/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/message/AmqpObjectTypeDelegate.java b/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/message/AmqpObjectTypeDelegate.java
index ce95700..cec37f0 100644
--- a/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/message/AmqpObjectTypeDelegate.java
+++ b/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/message/AmqpObjectTypeDelegate.java
@@ -48,8 +48,8 @@ public interface AmqpObjectTypeDelegate {
     Serializable getObject() throws IOException, ClassNotFoundException;
 
     /**
-     * Signals that the message is about to be sent or dispatched to a consumer, ensure
-     * proper state of the marshaled object and message annotations prior to that.
+     * Signals that the message is about to be sent so we should ensure proper state of
+     * the marshaled object and message annotations prior to that.
      */
     void onSend();
 


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