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 */