QPID-8182: Fix typo and remove not-addressed comment

(cherry picked from commit 8b5577b9d7b4224a03d08ba2240153bd981fb0ab)


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

Branch: refs/heads/7.0.x
Commit: dc2fa863db9cee855d0d66abf323378ad67bb9c6
Parents: f4f9859
Author: Alex Rudyy <oru...@apache.org>
Authored: Fri May 11 13:53:42 2018 +0100
Committer: Alex Rudyy <oru...@apache.org>
Committed: Fri May 11 17:30:23 2018 +0100

----------------------------------------------------------------------
 .../converter/v0_10_v1_0/MessageConverter_1_0_to_v0_10.java        | 1 -
 .../converter/v0_8_v1_0/PropertyConverter_0_8_to_1_0Test.java      | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/dc2fa863/broker-plugins/amqp-msg-conv-0-10-to-1-0/src/main/java/org/apache/qpid/server/protocol/converter/v0_10_v1_0/MessageConverter_1_0_to_v0_10.java
----------------------------------------------------------------------
diff --git 
a/broker-plugins/amqp-msg-conv-0-10-to-1-0/src/main/java/org/apache/qpid/server/protocol/converter/v0_10_v1_0/MessageConverter_1_0_to_v0_10.java
 
b/broker-plugins/amqp-msg-conv-0-10-to-1-0/src/main/java/org/apache/qpid/server/protocol/converter/v0_10_v1_0/MessageConverter_1_0_to_v0_10.java
index 3f6837b..07aeb95 100644
--- 
a/broker-plugins/amqp-msg-conv-0-10-to-1-0/src/main/java/org/apache/qpid/server/protocol/converter/v0_10_v1_0/MessageConverter_1_0_to_v0_10.java
+++ 
b/broker-plugins/amqp-msg-conv-0-10-to-1-0/src/main/java/org/apache/qpid/server/protocol/converter/v0_10_v1_0/MessageConverter_1_0_to_v0_10.java
@@ -418,7 +418,6 @@ public class MessageConverter_1_0_to_v0_10 implements 
MessageConverter<Message_1
         {
             UUID uuid = (UUID)correlationIdObject;
             correlationId = longToBytes(uuid.getMostSignificantBits(), 
uuid.getLeastSignificantBits());
-            // KW: perhaps this would be more useful as the bytes of the UUID 
expressed as a string?
         }
         else if (correlationIdObject instanceof UnsignedLong)
         {

http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/dc2fa863/broker-plugins/amqp-msg-conv-0-8-to-1-0/src/test/java/org/apache/qpid/server/protocol/converter/v0_8_v1_0/PropertyConverter_0_8_to_1_0Test.java
----------------------------------------------------------------------
diff --git 
a/broker-plugins/amqp-msg-conv-0-8-to-1-0/src/test/java/org/apache/qpid/server/protocol/converter/v0_8_v1_0/PropertyConverter_0_8_to_1_0Test.java
 
b/broker-plugins/amqp-msg-conv-0-8-to-1-0/src/test/java/org/apache/qpid/server/protocol/converter/v0_8_v1_0/PropertyConverter_0_8_to_1_0Test.java
index cae59f0..1bbed5a 100644
--- 
a/broker-plugins/amqp-msg-conv-0-8-to-1-0/src/test/java/org/apache/qpid/server/protocol/converter/v0_8_v1_0/PropertyConverter_0_8_to_1_0Test.java
+++ 
b/broker-plugins/amqp-msg-conv-0-8-to-1-0/src/test/java/org/apache/qpid/server/protocol/converter/v0_8_v1_0/PropertyConverter_0_8_to_1_0Test.java
@@ -296,7 +296,7 @@ public class PropertyConverter_0_8_to_1_0Test extends 
QpidTestCase
         assertEquals("Unexpected messageId", messageId, 
properties.getMessageId());
     }
 
-    public void testMessageUUiddConversion()
+    public void testMessageUuidConversion()
     {
         BasicContentHeaderProperties basicContentHeaderProperties = new 
BasicContentHeaderProperties();
         final UUID messageId = UUID.randomUUID();


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

Reply via email to