pnever      2002/10/08 06:12:35

  Modified:    src/share/org/apache/slide/common Namespace.java
  Log:
  Minor change
  
  Revision  Changes    Path
  1.50      +6 -6      jakarta-slide/src/share/org/apache/slide/common/Namespace.java
  
  Index: Namespace.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/Namespace.java,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- Namespace.java    24 Jun 2002 14:51:01 -0000      1.49
  +++ Namespace.java    8 Oct 2002 13:12:35 -0000       1.50
  @@ -1206,9 +1206,9 @@
                                 (Hashtable) childStores.get(storeName));
               getLogger().log("Registering Store "
                                   + storeName
  -                                + " of class "
  +                                + " ("
                                   + storesClass.get(storeName)
  -                                + " with parameters "
  +                                + ") with parameters "
                                   + storesParameters.get(storeName)
                                   + " on scope " + match,LOG_CHANNEL,Logger.INFO);
           }
  
  
  

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

Reply via email to