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 12:01:36 UTC

cvs commit: jakarta-turbine-jcs/sandbox/yajcache/src/org/apache/jcs/yajcache/file CacheFileUtils.java

hchar       2005/01/27 03:01:36

  Modified:    sandbox/yajcache/src/org/apache/jcs/yajcache/file
                        CacheFileUtils.java
  Log:
  get around netbeans bug
  
  Revision  Changes    Path
  1.2       +3 -2      jakarta-turbine-jcs/sandbox/yajcache/src/org/apache/jcs/yajcache/file/CacheFileUtils.java
  
  Index: CacheFileUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jcs/sandbox/yajcache/src/org/apache/jcs/yajcache/file/CacheFileUtils.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CacheFileUtils.java	24 Jan 2005 10:29:45 -0000	1.1
  +++ CacheFileUtils.java	27 Jan 2005 11:01:36 -0000	1.2
  @@ -19,14 +19,15 @@
   
   import java.io.File;
   import org.apache.jcs.yajcache.config.YajCacheConfig;
  -import org.apache.jcs.yajcache.annotate.*;
  +import org.apache.jcs.yajcache.lang.annotation.*;
   
   /**
    * Cache File Utilities.
    *
    * @author Hanson Char
    */
  -@CopyRightApache
  +// @CopyRightApache
  +// http://www.netbeans.org/issues/show_bug.cgi?id=53704
   public enum CacheFileUtils {
       inst;
       
  
  
  

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