You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2012/09/04 21:59:44 UTC

svn commit: r1380833 - /jmeter/trunk/src/functions/org/apache/jmeter/functions/SamplerName.java

Author: pmouawad
Date: Tue Sep  4 19:59:44 2012
New Revision: 1380833

URL: http://svn.apache.org/viewvc?rev=1380833&view=rev
Log:
Add TODO

Modified:
    jmeter/trunk/src/functions/org/apache/jmeter/functions/SamplerName.java

Modified: jmeter/trunk/src/functions/org/apache/jmeter/functions/SamplerName.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/functions/org/apache/jmeter/functions/SamplerName.java?rev=1380833&r1=1380832&r2=1380833&view=diff
==============================================================================
--- jmeter/trunk/src/functions/org/apache/jmeter/functions/SamplerName.java (original)
+++ jmeter/trunk/src/functions/org/apache/jmeter/functions/SamplerName.java Tue Sep  4 19:59:44 2012
@@ -45,6 +45,7 @@ public class SamplerName extends Abstrac
 
     private Object[] values;
 
+    // TODO Should this method be synchronized ? all other function execute are
     /** {@inheritDoc} */
     @Override
     public String execute(SampleResult previousResult, Sampler currentSampler)