quintonm    2003/02/11 15:57:11

  Modified:    src/java/org/apache/turbine/services
                        InitializationException.java
  Log:
  Minor javadoc correction
  
  Revision  Changes    Path
  1.2       +6 -6      
jakarta-turbine-2/src/java/org/apache/turbine/services/InitializationException.java
  
  Index: InitializationException.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/services/InitializationException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- InitializationException.java      16 Aug 2001 05:08:47 -0000      1.1
  +++ InitializationException.java      11 Feb 2003 23:57:11 -0000      1.2
  @@ -25,13 +25,13 @@
    *    Alternately, this acknowledgment may appear in the software itself,
    *    if and wherever such third-party acknowledgments normally appear.
    *
  - * 4. The names "Apache" and "Apache Software Foundation" and 
  - *    "Apache Turbine" must not be used to endorse or promote products 
  - *    derived from this software without prior written permission. For 
  + * 4. The names "Apache" and "Apache Software Foundation" and
  + *    "Apache Turbine" must not be used to endorse or promote products
  + *    derived from this software without prior written permission. For
    *    written permission, please contact [EMAIL PROTECTED]
    *
    * 5. Products derived from this software may not be called "Apache",
  - *    "Apache Turbine", nor may "Apache" appear in their name, without 
  + *    "Apache Turbine", nor may "Apache" appear in their name, without
    *    prior written permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  @@ -83,7 +83,7 @@
        * and nested Throwable.
        *
        * @param msg The detail message.
  -     * @param nested the exception or error that caused this exception 
  +     * @param t the exception or error that caused this exception
        *               to be thrown.
        */
       public InitializationException( String msg, Throwable t )
  
  
  

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

Reply via email to