You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by rj...@apache.org on 2016/01/05 23:19:57 UTC

svn commit: r1723191 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPAbstractImpl.java

Author: rjung
Date: Tue Jan  5 22:19:57 2016
New Revision: 1723191

URL: http://svn.apache.org/viewvc?rev=1723191&view=rev
Log:
Method notifySSLContextWasReset() is no longer
used since r1489189 (2013-06-03, version 2.10).

Not sure whether we can simply remove it or must
keep (and deprecate) it for API compatibility.

Choosing deprecation for now.

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

Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPAbstractImpl.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPAbstractImpl.java?rev=1723191&r1=1723190&r2=1723191&view=diff
==============================================================================
--- jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPAbstractImpl.java (original)
+++ jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPAbstractImpl.java Tue Jan  5 22:19:57 2016
@@ -476,7 +476,9 @@ public abstract class HTTPAbstractImpl i
      * Called by testIterationStart if the SSL Context was reset.
      * 
      * This implementation does nothing.
+     * @deprecated ** unused since r1489189. **
      */
+    @Deprecated
     protected void notifySSLContextWasReset() {
         // NOOP
     }