From commits-return-3282-apmail-jmeter-commits-archive=jmeter.apache.org@jmeter.apache.org Thu Sep 11 13:24:52 2014 Return-Path: X-Original-To: apmail-jmeter-commits-archive@minotaur.apache.org Delivered-To: apmail-jmeter-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2E67C11536 for ; Thu, 11 Sep 2014 13:24:52 +0000 (UTC) Received: (qmail 11735 invoked by uid 500); 11 Sep 2014 13:24:52 -0000 Delivered-To: apmail-jmeter-commits-archive@jmeter.apache.org Received: (qmail 11705 invoked by uid 500); 11 Sep 2014 13:24:52 -0000 Mailing-List: contact commits-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jmeter.apache.org Delivered-To: mailing list commits@jmeter.apache.org Received: (qmail 11696 invoked by uid 99); 11 Sep 2014 13:24:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Sep 2014 13:24:52 +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, 11 Sep 2014 13:24:51 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 0B55E2388868; Thu, 11 Sep 2014 13:24:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1624284 - /jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/client/Publisher.java Date: Thu, 11 Sep 2014 13:24:30 -0000 To: commits@jmeter.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140911132431.0B55E2388868@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebb Date: Thu Sep 11 13:24:30 2014 New Revision: 1624284 URL: http://svn.apache.org/r1624284 Log: Typo Modified: jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/client/Publisher.java Modified: jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/client/Publisher.java URL: http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/client/Publisher.java?rev=1624284&r1=1624283&r2=1624284&view=diff ============================================================================== --- jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/client/Publisher.java (original) +++ jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/client/Publisher.java Thu Sep 11 13:24:30 2014 @@ -88,7 +88,7 @@ public class Publisher implements Closea * @param useAuth (ignored if useProps is true) * @param securityPrincipal (ignored if useProps is true) * @param securityCredentials (ignored if useProps is true) - * @param staticDestination true is the destination is not to change between loops + * @param staticDestination true if the destination is not to change between loops * @throws JMSException if the context could not be initialised, or there was some other error * @throws NamingException */