Repository: qpid-jms Updated Branches: refs/heads/master 0d5adeb03 -> 0e568a4f7
Add a note for future work. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/0e568a4f Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/0e568a4f Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/0e568a4f Branch: refs/heads/master Commit: 0e568a4f7579c3dbd2349ad004e21692fcdb07fd Parents: 0d5adeb Author: Timothy Bish <[email protected]> Authored: Wed Dec 17 13:14:37 2014 -0500 Committer: Timothy Bish <[email protected]> Committed: Wed Dec 17 13:14:37 2014 -0500 ---------------------------------------------------------------------- .../qpid/jms/provider/amqp/message/AmqpDestinationHelper.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/0e568a4f/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/message/AmqpDestinationHelper.java ---------------------------------------------------------------------- diff --git a/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/message/AmqpDestinationHelper.java b/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/message/AmqpDestinationHelper.java index 1a31b97..03a8e57 100644 --- a/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/message/AmqpDestinationHelper.java +++ b/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/message/AmqpDestinationHelper.java @@ -47,6 +47,7 @@ public class AmqpDestinationHelper { static final String TOPIC_ATTRIBUTE = "topic"; static final String TEMPORARY_ATTRIBUTE = "temporary"; + // TODO - Can we move these to the test code as we don't write these anymore. public static final String QUEUE_ATTRIBUTES_STRING = QUEUE_ATTRIBUTE; public static final String TOPIC_ATTRIBUTES_STRING = TOPIC_ATTRIBUTE; public static final String TEMP_QUEUE_ATTRIBUTES_STRING = QUEUE_ATTRIBUTE + "," + TEMPORARY_ATTRIBUTE; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
