You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by eg...@apache.org on 2003/08/07 11:06:55 UTC

cvs commit: cocoon-lenya/src/java/org/apache/lenya/util FileUtil.java

egli        2003/08/07 02:06:55

  Modified:    src/java/org/apache/lenya/util FileUtil.java
  Log:
  make the log instance variable private to satisfy checkstyle.
  
  Revision  Changes    Path
  1.11      +3 -3      cocoon-lenya/src/java/org/apache/lenya/util/FileUtil.java
  
  Index: FileUtil.java
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/java/org/apache/lenya/util/FileUtil.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- FileUtil.java	23 Jul 2003 13:21:13 -0000	1.10
  +++ FileUtil.java	7 Aug 2003 09:06:55 -0000	1.11
  @@ -75,8 +75,8 @@
    * @version 1.11.14
    */
   public class FileUtil {
  -    static Category log = Category.getInstance(FileUtil.class);
  -
  +    private static Category log = Category.getInstance(FileUtil.class);
  +    
       /**
        * DOCUMENT ME!
        *
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org