You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by un...@apache.org on 2004/07/06 12:45:39 UTC

cvs commit: cocoon-2.1/src/blocks/scratchpad/java/org/apache/cocoon/caching IdentifierCacheKey.java

unico       2004/07/06 03:45:39

  Modified:    src/blocks/scratchpad/java/org/apache/cocoon/caching
                        IdentifierCacheKey.java
  Log:
  IdentifierCacheKey used to be called SourceCacheKey
  
  Revision  Changes    Path
  1.2       +2 -2      cocoon-2.1/src/blocks/scratchpad/java/org/apache/cocoon/caching/IdentifierCacheKey.java
  
  Index: IdentifierCacheKey.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/scratchpad/java/org/apache/cocoon/caching/IdentifierCacheKey.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IdentifierCacheKey.java	15 Apr 2004 08:05:55 -0000	1.1
  +++ IdentifierCacheKey.java	6 Jul 2004 10:45:39 -0000	1.2
  @@ -78,7 +78,7 @@
       public String toString() {
           if (this.toString == null) {
               StringBuffer buffer = new StringBuffer();
  -            buffer.append("SCK:");
  +            buffer.append("IK:");
               buffer.append(this.cacheKey);
               this.toString = buffer.toString();
           }