[jboss-cvs] JBossCache/src/org/jboss/cache/config ...

Brian Stansberry brian.stansberry at jboss.com
Thu Jul 20 11:34:34 EDT 2006


  User: bstansberry
  Date: 06/07/20 11:34:34

  Modified:    src/org/jboss/cache/config  Configuration.java
  Log:
  Correct class used in log category
  
  Revision  Changes    Path
  1.8       +2 -3      JBossCache/src/org/jboss/cache/config/Configuration.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Configuration.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/config/Configuration.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- Configuration.java	20 Jul 2006 09:03:51 -0000	1.7
  +++ Configuration.java	20 Jul 2006 15:34:34 -0000	1.8
  @@ -14,7 +14,6 @@
   import org.w3c.dom.Element;
   import org.w3c.dom.NamedNodeMap;
   import org.w3c.dom.NodeList;
  -import com.sun.tools.doclets.formats.html.ConfigurationImpl;
   
   /**
    * Implementation of the Configuration interface.
  @@ -27,7 +26,7 @@
       {
           LOCAL, REPL_SYNC, REPL_ASYNC, INVALIDATION_SYNC, INVALIDATION_ASYNC }
   
  -    private Log log = LogFactory.getLog(ConfigurationImpl.class);
  +    private Log log = LogFactory.getLog(Configuration.class);
   
       /**
        * Default replication version, from {@link Version#getVersionShort}.
  
  
  



More information about the jboss-cvs-commits mailing list