You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by dl...@apache.org on 2001/10/13 23:58:24 UTC

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

dlr         01/10/13 14:58:24

  Modified:    src/services/java/org/apache/fulcrum/localization
                        Localization.java
  Log:
  JavaDoc formatting tweaks.
  
  Revision  Changes    Path
  1.8       +6 -6      jakarta-turbine-fulcrum/src/services/java/org/apache/fulcrum/localization/Localization.java
  
  Index: Localization.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/src/services/java/org/apache/fulcrum/localization/Localization.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -u -r1.7 -r1.8
  --- Localization.java	2001/09/26 01:44:42	1.7
  +++ Localization.java	2001/10/13 21:58:24	1.8
  @@ -83,7 +83,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.7 2001/09/26 01:44:42 dlr Exp $
  + * @version $Id: Localization.java,v 1.8 2001/10/13 21:58:24 dlr Exp $
    */
   public abstract class Localization
   {
  @@ -230,9 +230,9 @@
       }
   
       /**
  -     * Attempts to pull the "Accept-Language" header out of the
  -     * HttpServletRequest object and then parse it.  If the header is
  -     * not present, it will return a null Locale.
  +     * Attempts to pull the <code>Accept-Language</code> header out of
  +     * the HttpServletRequest object and then parse it.  If the header
  +     * is not present, it will return a null Locale.
        *
        * @param req HttpServletRequest.
        * @return A Locale.
  @@ -243,8 +243,8 @@
       }
   
       /**
  -     * This method parses the Accept-Language header and attempts to
  -     * create a Locale out of it.
  +     * This method parses the <code>Accept-Language</code> header and
  +     * attempts to create a Locale out of it.
        *
        * @param languageHeader A String with the language header.
        * @return A Locale.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org