mirror of https://github.com/apache/activemq.git
change the openwire command annotation to correctly use code. git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@548039 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ebcf2202fe
commit
4e0ee66db1
|
@ -20,8 +20,8 @@ package org.apache.activemq.command;
|
|||
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 @@ public class RemoveSubscriptionInfo extends BaseCommand {
|
|||
protected ConnectionId connectionId;
|
||||
protected String clientId;
|
||||
protected String subcriptionName;
|
||||
|
||||
|
||||
|
||||
public byte getDataStructureType() {
|
||||
return DATA_STRUCTURE_TYPE;
|
||||
|
|
Loading…
Reference in New Issue