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 2016/09/07 20:51:19 UTC

qpid-jms git commit: QPIDJMS-189: Adds some missing Javadoc tags

Repository: qpid-jms
Updated Branches:
  refs/heads/master 5573784d0 -> de50d9df5


QPIDJMS-189: Adds some missing Javadoc tags

Exception tags needed if code checks are done to ensure all Javadocs
have correct tags.

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

Branch: refs/heads/master
Commit: de50d9df553ab95594dc97f60047e3bf092fd478
Parents: 5573784
Author: Timothy Bish <ta...@gmail.com>
Authored: Wed Sep 7 16:50:48 2016 -0400
Committer: Timothy Bish <ta...@gmail.com>
Committed: Wed Sep 7 16:51:13 2016 -0400

----------------------------------------------------------------------
 .../jms/provider/amqp/message/AmqpJmsMessageFacadeTest.java    | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/de50d9df/qpid-jms-client/src/test/java/org/apache/qpid/jms/provider/amqp/message/AmqpJmsMessageFacadeTest.java
----------------------------------------------------------------------
diff --git a/qpid-jms-client/src/test/java/org/apache/qpid/jms/provider/amqp/message/AmqpJmsMessageFacadeTest.java b/qpid-jms-client/src/test/java/org/apache/qpid/jms/provider/amqp/message/AmqpJmsMessageFacadeTest.java
index 8bbbb4b..e430f87 100644
--- a/qpid-jms-client/src/test/java/org/apache/qpid/jms/provider/amqp/message/AmqpJmsMessageFacadeTest.java
+++ b/qpid-jms-client/src/test/java/org/apache/qpid/jms/provider/amqp/message/AmqpJmsMessageFacadeTest.java
@@ -1111,6 +1111,8 @@ public class AmqpJmsMessageFacadeTest extends AmqpJmsMessageTypesTestCase  {
 
     /**
      * Test that setting then getting a String value as the messageId returns the expected value
+     *
+     * @throws Exception if the test encounters an unexpected error
      */
     @Test
     public void testSetGetMessageIdOnNewMessageWithString() throws Exception {
@@ -1127,6 +1129,8 @@ public class AmqpJmsMessageFacadeTest extends AmqpJmsMessageTypesTestCase  {
     /**
      * Test that setting an ID: prefixed JMSMessageId results in the underlying AMQP
      * message holding the value with the ID: prefix retained.
+     *
+     * @throws Exception if the test encounters an unexpected error
      */
     @Test
     public void testSetMessageIdRetainsIdPrefixInUnderlyingMessage() throws Exception {
@@ -1142,6 +1146,8 @@ public class AmqpJmsMessageFacadeTest extends AmqpJmsMessageTypesTestCase  {
     /**
      * Test that setting the messageId null clears a previous value in the
      * underlying amqp message-id field
+     *
+     * @throws Exception if the test encounters an unexpected error
      */
     @Test
     public void testSetMessageIdNullClearsExistingValue() throws Exception  {


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