svn commit: r1351946 - /cocoon/cocoon3/trunk/cocoon-pipeline/src/main/java/org/apache/cocoon/pipeline/CachingPipeline.java

[email protected]
Newsgroups gmane.text.xml.cocoon.cvs
Message-ID <[email protected]>
Author: ilgrosso
Date: Wed Jun 20 06:53:58 2012
New Revision: 1351946

URL: http://svn.apache.org/viewvc?rev=1351946&view=rev
Log:
Don't understand why CachingPipeline.constructCacheKey() was public: made it protected instead

Modified:
    cocoon/cocoon3/trunk/cocoon-pipeline/src/main/java/org/apache/cocoon/pipeline/CachingPipeline.java

Modified: cocoon/cocoon3/trunk/cocoon-pipeline/src/main/java/org/apache/cocoon/pipeline/CachingPipeline.java
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-pipeline/src/main/java/org/apache/cocoon/pipeline/CachingPipeline.java?rev=1351946&r1=1351945&r2=1351946&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-pipeline/src/main/java/org/apache/cocoon/pipeline/CachingPipeline.java (original)
+++ cocoon/cocoon3/trunk/cocoon-pipeline/src/main/java/org/apache/cocoon/pipeline/CachingPipeline.java Wed Jun 20 06:53:58 2012
@@ -66,7 +66,7 @@ public class CachingPipeline<T extends P
 
     private String jmxGroupName;
 
-    public CacheKey constructCacheKey() {
+    protected CacheKey constructCacheKey() {
         CompoundCacheKey result = new CompoundCacheKey();
         if (LOG.isDebugEnabled()) {
             LOG.debug("Creating " + result + ": ");
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.