vgritsenko    2002/08/03 07:49:43

  Modified:    src/java/org/apache/cocoon/acting Tag: cocoon_2_0_3_branch
                        LocaleAction.java
               src/java/org/apache/cocoon/components/request Tag:
                        cocoon_2_0_3_branch SimpleRequestFactoryImpl.java
  Log:
  nitpicking
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.7.2.1   +4 -3      xml-cocoon2/src/java/org/apache/cocoon/acting/LocaleAction.java
  
  Index: LocaleAction.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/LocaleAction.java,v
  retrieving revision 1.7
  retrieving revision 1.7.2.1
  diff -u -r1.7 -r1.7.2.1
  --- LocaleAction.java 22 Feb 2002 06:59:26 -0000      1.7
  +++ LocaleAction.java 3 Aug 2002 14:49:42 -0000       1.7.2.1
  @@ -406,12 +406,13 @@
       }
   
       /**
  -     * Helper debug method, prefixes all debug messages with the classes name
  +     * Helper debug method, prefixes all debug messages with the classes name.
  +     * But class name is already prefixed by logger, so this method does nothing. :)
        *
        * @param msg debugging message
        */
       private void debug(String msg) {
  -        getLogger().debug(getClass().getName() + ": " + msg);
  +        getLogger().debug(msg);
       }
   
       // Store the lang in request. Default is not to do this.
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.1   +2 -3      
xml-cocoon2/src/java/org/apache/cocoon/components/request/SimpleRequestFactoryImpl.java
  
  Index: SimpleRequestFactoryImpl.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/request/SimpleRequestFactoryImpl.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- SimpleRequestFactoryImpl.java     12 Mar 2002 14:26:59 -0000      1.2
  +++ SimpleRequestFactoryImpl.java     3 Aug 2002 14:49:43 -0000       1.2.2.1
  @@ -61,7 +61,6 @@
    * @author <a href="mailto:[EMAIL PROTECTED]";>Davanum Srinivas</a>
    * @version CVS $Id$
    */
  -
   public final class SimpleRequestFactoryImpl extends RequestFactory {
   
       /**
  @@ -86,7 +85,7 @@
   
           if (values.length == 1) {
               return values[0];
  -    }
  +        }
   
           if (values.length > 1) {
               Vector vect = new Vector(values.length);
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to