Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8EA0C10FF4 for ; Tue, 11 Mar 2014 23:29:39 +0000 (UTC) Received: (qmail 23565 invoked by uid 500); 11 Mar 2014 23:29:30 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 23451 invoked by uid 500); 11 Mar 2014 23:29:29 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 23417 invoked by uid 99); 11 Mar 2014 23:29:28 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Mar 2014 23:29:28 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E36A9940E80; Tue, 11 Mar 2014 23:29:27 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hadrian@apache.org To: commits@activemq.apache.org Date: Tue, 11 Mar 2014 23:29:36 -0000 Message-Id: In-Reply-To: <691b3be2e7a0496287585b43e6c698c1@git.apache.org> References: <691b3be2e7a0496287585b43e6c698c1@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [10/10] git commit: remove some javadoc warn remove some javadoc warn Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/6dbbdcc9 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/6dbbdcc9 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/6dbbdcc9 Branch: refs/heads/activemq-5.9 Commit: 6dbbdcc935df8e4c40617cf9773ea6a1de22a7ba Parents: 52dc82b Author: gtully Authored: Wed Oct 23 11:34:47 2013 +0100 Committer: Hadrian Zbarcea Committed: Tue Mar 11 17:06:31 2014 -0400 ---------------------------------------------------------------------- .../org/apache/activemq/console/filter/AmqMessagesQueryFilter.java | 2 +- .../activemq/console/formatter/CommandShellOutputFormatter.java | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/6dbbdcc9/activemq-console/src/main/java/org/apache/activemq/console/filter/AmqMessagesQueryFilter.java ---------------------------------------------------------------------- diff --git a/activemq-console/src/main/java/org/apache/activemq/console/filter/AmqMessagesQueryFilter.java b/activemq-console/src/main/java/org/apache/activemq/console/filter/AmqMessagesQueryFilter.java index 4f6a8ad..b05743c 100644 --- a/activemq-console/src/main/java/org/apache/activemq/console/filter/AmqMessagesQueryFilter.java +++ b/activemq-console/src/main/java/org/apache/activemq/console/filter/AmqMessagesQueryFilter.java @@ -53,7 +53,7 @@ public class AmqMessagesQueryFilter extends AbstractQueryFilter { /** * Create a JMS message query filter * - * @param brokerUrl - broker url to connect to + * @param connectionFactory - to connect with * @param destination - JMS destination to query */ public AmqMessagesQueryFilter(ConnectionFactory connectionFactory, Destination destination) { http://git-wip-us.apache.org/repos/asf/activemq/blob/6dbbdcc9/activemq-console/src/main/java/org/apache/activemq/console/formatter/CommandShellOutputFormatter.java ---------------------------------------------------------------------- diff --git a/activemq-console/src/main/java/org/apache/activemq/console/formatter/CommandShellOutputFormatter.java b/activemq-console/src/main/java/org/apache/activemq/console/formatter/CommandShellOutputFormatter.java index df6ea55..f3aa681 100644 --- a/activemq-console/src/main/java/org/apache/activemq/console/formatter/CommandShellOutputFormatter.java +++ b/activemq-console/src/main/java/org/apache/activemq/console/formatter/CommandShellOutputFormatter.java @@ -45,8 +45,6 @@ public class CommandShellOutputFormatter implements OutputFormatter { /** * Retrieve the output stream being used by the formatter - * - * @return */ public OutputStream getOutputStream() { return outputStream;