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 D9CE29A7A for ; Thu, 5 Jan 2012 13:46:32 +0000 (UTC) Received: (qmail 87274 invoked by uid 500); 5 Jan 2012 13:46:32 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 87202 invoked by uid 500); 5 Jan 2012 13:46:31 -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 87193 invoked by uid 99); 5 Jan 2012 13:46:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2012 13:46:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2012 13:46:30 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id CC3A92388993 for ; Thu, 5 Jan 2012 13:46:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1227591 - /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/jmx/BrokerViewMBean.java Date: Thu, 05 Jan 2012 13:46:09 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120105134609.CC3A92388993@eris.apache.org> Author: tabish Date: Thu Jan 5 13:46:09 2012 New Revision: 1227591 URL: http://svn.apache.org/viewvc?rev=1227591&view=rev Log: Update Javadoc for: https://issues.apache.org/jira/browse/AMQ-3652 Modified: activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/jmx/BrokerViewMBean.java Modified: activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/jmx/BrokerViewMBean.java URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/jmx/BrokerViewMBean.java?rev=1227591&r1=1227590&r2=1227591&view=diff ============================================================================== --- activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/jmx/BrokerViewMBean.java (original) +++ activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/jmx/BrokerViewMBean.java Thu Jan 5 13:46:09 2012 @@ -45,8 +45,8 @@ public interface BrokerViewMBean extends String getBrokerVersion(); /** - * The Broker will fush it's caches so that the garbage collector can - * recalaim more memory. + * The Broker will flush it's caches so that the garbage collector can + * reclaim more memory. * * @throws Exception */