You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2014/11/13 20:27:01 UTC

svn commit: r1639483 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/modifier/ParamMask.java

Author: fschumacher
Date: Thu Nov 13 19:27:00 2014
New Revision: 1639483

URL: http://svn.apache.org/r1639483
Log:
Bug 57193: Close code block correctly.
Bugzilla Id: 57193

Modified:
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/modifier/ParamMask.java

Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/modifier/ParamMask.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/modifier/ParamMask.java?rev=1639483&r1=1639482&r2=1639483&view=diff
==============================================================================
--- jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/modifier/ParamMask.java (original)
+++ jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/modifier/ParamMask.java Thu Nov 13 19:27:00 2014
@@ -72,7 +72,7 @@ public class ParamMask extends AbstractT
     }
 
     /**
-     * Set the current value of the <code>long<code> portion of the parameter
+     * Set the current value of the <code>long</code> portion of the parameter
      * value to replace. This is usually not used, as the method
      * {@link #resetValue} is used to define a policy for the starting value.
      *