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
|
@ -21,7 +21,7 @@ import org.apache.activemq.state.CommandVisitor;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @openwire:marshaller command="9"
|
* @openwire:marshaller code="9"
|
||||||
* @version $Revision: 1.7 $
|
* @version $Revision: 1.7 $
|
||||||
*/
|
*/
|
||||||
public class RemoveSubscriptionInfo extends BaseCommand {
|
public class RemoveSubscriptionInfo extends BaseCommand {
|
||||||
|
|
Loading…
Reference in New Issue