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
    */
  [EMAIL PROTECTED]
  +// @CopyRightApache
  +// http://www.netbeans.org/issues/show_bug.cgi?id=53704
   public enum CacheFileUtils {
       inst;
       
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to