You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jcs-dev@jakarta.apache.org by hc...@apache.org on 2005/01/27 11:54:57 UTC

cvs commit: jakarta-turbine-jcs/sandbox/yajcache/src/org/apache/jcs/yajcache/core CacheManagerUtils.java

hchar       2005/01/27 02:54:57

  Modified:    sandbox/yajcache/src/org/apache/jcs/yajcache/core
                        CacheManagerUtils.java
  Log:
  get around netbeans bug
  
  Revision  Changes    Path
  1.3       +3 -2      jakarta-turbine-jcs/sandbox/yajcache/src/org/apache/jcs/yajcache/core/CacheManagerUtils.java
  
  Index: CacheManagerUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jcs/sandbox/yajcache/src/org/apache/jcs/yajcache/core/CacheManagerUtils.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CacheManagerUtils.java	24 Jan 2005 10:33:22 -0000	1.2
  +++ CacheManagerUtils.java	27 Jan 2005 10:54:57 -0000	1.3
  @@ -15,12 +15,13 @@
    */
   
   package org.apache.jcs.yajcache.core;
  -import org.apache.jcs.yajcache.annotate.*;
  +import org.apache.jcs.yajcache.lang.annotation.*;
   /**
    *
    * @author Hanson Char
    */
  -@CopyRightApache
  +// @CopyRightApache
  +// http://www.netbeans.org/issues/show_bug.cgi?id=53704
   enum CacheManagerUtils {
       inst;
       /** Checks the value type assignability of an existing cache. */
  
  
  

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