You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2007/06/17 16:04:33 UTC

svn commit: r548039 - /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/command/RemoveSubscriptionInfo.java

Author: tabish
Date: Sun Jun 17 07:04:32 2007
New Revision: 548039

URL: http://svn.apache.org/viewvc?view=rev&rev=548039
Log:
https://issues.apache.org/activemq/browse/AMQ-1284

change the openwire command annotation to correctly use code.

Modified:
    activemq/trunk/activemq-core/src/main/java/org/apache/activemq/command/RemoveSubscriptionInfo.java

Modified: activemq/trunk/activemq-core/src/main/java/org/apache/activemq/command/RemoveSubscriptionInfo.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/command/RemoveSubscriptionInfo.java?view=diff&rev=548039&r1=548038&r2=548039
==============================================================================
--- activemq/trunk/activemq-core/src/main/java/org/apache/activemq/command/RemoveSubscriptionInfo.java (original)
+++ activemq/trunk/activemq-core/src/main/java/org/apache/activemq/command/RemoveSubscriptionInfo.java Sun Jun 17 07:04:32 2007
@@ -20,8 +20,8 @@
 import org.apache.activemq.state.CommandVisitor;
 
 /**
- * 
- * @openwire:marshaller command="9"
+ *
+ * @openwire:marshaller code="9"
  * @version $Revision: 1.7 $
  */
 public class RemoveSubscriptionInfo extends BaseCommand {
@@ -31,7 +31,7 @@
     protected ConnectionId connectionId;
     protected String clientId;
     protected String subcriptionName;
-    
+
 
     public byte getDataStructureType() {
         return DATA_STRUCTURE_TYPE;