From a015154bd8dac7ee9de527ed9a00b3eb2ff756a8 Mon Sep 17 00:00:00 2001 From: Robert Davies Date: Wed, 14 Oct 2009 05:14:13 +0000 Subject: [PATCH] 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 --- .../org/apache/activemq/console/command/BstatCommand.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/activemq-console/src/main/java/org/apache/activemq/console/command/BstatCommand.java b/activemq-console/src/main/java/org/apache/activemq/console/command/BstatCommand.java index ab37f5072a..53bdcc3eaa 100644 --- a/activemq-console/src/main/java/org/apache/activemq/console/command/BstatCommand.java +++ b/activemq-console/src/main/java/org/apache/activemq/console/command/BstatCommand.java @@ -73,4 +73,11 @@ public class BstatCommand extends QueryCommand { super.runTask(queryTokens); } + /** + * Print the help messages for the browse command + */ + protected void printHelp() { + context.printHelp(helpFile); + } + }