mirror of https://github.com/apache/activemq.git
Apply patch for https://issues.apache.org/activemq/browse/AMQ-2447
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@825009 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f866f770e3
commit
a015154bd8
|
@ -73,4 +73,11 @@ public class BstatCommand extends QueryCommand {
|
||||||
super.runTask(queryTokens);
|
super.runTask(queryTokens);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Print the help messages for the browse command
|
||||||
|
*/
|
||||||
|
protected void printHelp() {
|
||||||
|
context.printHelp(helpFile);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue