You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2015/07/09 16:30:23 UTC

[1/2] activemq-artemis git commit: This closes #67 Stomp changes

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 244493102 -> 0e3b68db4


This closes #67 Stomp changes


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/0e3b68db
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/0e3b68db
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/0e3b68db

Branch: refs/heads/master
Commit: 0e3b68db4b11226930080e4a3fec1c0964f99e33
Parents: 2444931 e0e405f
Author: Clebert Suconic <cl...@apache.org>
Authored: Thu Jul 9 10:30:04 2015 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu Jul 9 10:30:04 2015 -0400

----------------------------------------------------------------------
 .../java/org/apache/activemq/artemis/core/protocol/stomp/Stomp.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------



[2/2] activemq-artemis git commit: Remove incorrect comment about Stomp.Headers.Error.MESSAGE

Posted by cl...@apache.org.
Remove incorrect comment about Stomp.Headers.Error.MESSAGE


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/e0e405f8
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/e0e405f8
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/e0e405f8

Branch: refs/heads/master
Commit: e0e405f8796dbf3c9fdf63fc88e72d954a12c643
Parents: 2444931
Author: Ville Skyttä <vi...@iki.fi>
Authored: Thu Jul 9 10:20:42 2015 +0300
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu Jul 9 10:30:04 2015 -0400

----------------------------------------------------------------------
 .../java/org/apache/activemq/artemis/core/protocol/stomp/Stomp.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/e0e405f8/artemis-protocols/artemis-stomp-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/stomp/Stomp.java
----------------------------------------------------------------------
diff --git a/artemis-protocols/artemis-stomp-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/stomp/Stomp.java b/artemis-protocols/artemis-stomp-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/stomp/Stomp.java
index d9df5ac..adaa09d 100644
--- a/artemis-protocols/artemis-stomp-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/stomp/Stomp.java
+++ b/artemis-protocols/artemis-stomp-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/stomp/Stomp.java
@@ -177,7 +177,6 @@ public interface Stomp
 
       public interface Error
       {
-         //1.0 only
          String MESSAGE = "message";
 
          //1.1