You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by mp...@apache.org on 2001/12/24 16:41:49 UTC

cvs commit: jakarta-turbine-2/src/java/org/apache/turbine/services/localization Localization.java

mpoeschl    01/12/24 07:41:49

  Modified:    src/java/org/apache/turbine/services/localization
                        Localization.java
  Log:
  fix javadoc warning
  
  Revision  Changes    Path
  1.4       +6 -6      jakarta-turbine-2/src/java/org/apache/turbine/services/localization/Localization.java
  
  Index: Localization.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/services/localization/Localization.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Localization.java	2001/10/15 20:03:10	1.3
  +++ Localization.java	2001/12/24 15:41:49	1.4
  @@ -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 apache@apache.org.
    *
    * 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
  @@ -86,7 +86,7 @@
    *
    * @author <a href="mailto:jon@latchkey.com">Jon S. Stevens</a>
    * @author <a href="mailto:dlr@finemaltcoding.com">Daniel Rall</a>
  - * @version $Id: Localization.java,v 1.3 2001/10/15 20:03:10 dlr Exp $
  + * @version $Id: Localization.java,v 1.4 2001/12/24 15:41:49 mpoeschl Exp $
    */
   public abstract class Localization
   {
  @@ -250,7 +250,7 @@
       }
   
       /**
  -     * @see org.apache.fulcrum.localization.LocalizationService#getDefaultBundle()
  +     * @see org.apache.turbine.services.localization.LocalizationService#getDefaultBundle()
        */
       public static String getDefaultBundleName()
       {
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>