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:
Timothy A. Bish 2007-06-17 14:04:32 +00:00
parent ebcf2202fe
commit 4e0ee66db1
1 changed files with 3 additions and 3 deletions

View File

@ -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;