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/01 23:11:17 UTC

svn commit: r1379858 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerFactory.java

Author: pmouawad
Date: Sat Sep  1 21:11:17 2012
New Revision: 1379858

URL: http://svn.apache.org/viewvc?rev=1379858&view=rev
Log:
Make class final if private constructor

Modified:
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerFactory.java

Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerFactory.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerFactory.java?rev=1379858&r1=1379857&r2=1379858&view=diff
==============================================================================
--- jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerFactory.java (original)
+++ jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerFactory.java Sat Sep  1 21:11:17 2012
@@ -25,7 +25,7 @@ import org.apache.jmeter.util.JMeterUtil
  * an HTTPSampler; also creates the implementations for use with HTTPSamplerProxy.
  *
  */
-public class HTTPSamplerFactory {
+public final class HTTPSamplerFactory {
 
     // N.B. These values are used in jmeter.properties (jmeter.httpsampler) - do not change
     // They can alse be used as the implementation name