You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2009/11/13 19:32:41 UTC

svn commit: r835948 - /jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/CacheManager.java

Author: sebb
Date: Fri Nov 13 18:32:40 2009
New Revision: 835948

URL: http://svn.apache.org/viewvc?rev=835948&view=rev
Log:
Allow access by unit-test cases

Modified:
    jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/CacheManager.java

Modified: jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/CacheManager.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/CacheManager.java?rev=835948&r1=835947&r2=835948&view=diff
==============================================================================
--- jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/CacheManager.java (original)
+++ jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/CacheManager.java Fri Nov 13 18:32:40 2009
@@ -61,7 +61,8 @@
      * Holder for storing cache details.
      * Perhaps add original response later?
      */
-    private static class CacheEntry{
+    // package-protected to allow access by unit-test cases
+    static class CacheEntry{
         private final String lastModified;
         private final String etag;
         public CacheEntry(String lastModified, String etag){



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org