yoavs       2004/05/26 09:26:22

  Modified:    catalina/src/share/org/apache/catalina/util Strftime.java
  Log:
  Minor JavaDoc fixes (Bugzilla 28335)
  
  Revision  Changes    Path
  1.3       +3 -3      
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/util/Strftime.java
  
  Index: Strftime.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/util/Strftime.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Strftime.java     27 Feb 2004 14:58:50 -0000      1.2
  +++ Strftime.java     26 May 2004 16:26:22 -0000      1.3
  @@ -120,7 +120,7 @@
        * Create an instance of this date formatting class
        * 
        * @param origFormat the strftime-style formatting string
  -     * @param the locale to use for locale-specific conversions
  +     * @param locale the locale to use for locale-specific conversions
        */
       public Strftime( String origFormat, Locale locale ) {
           String convertedFormat = convertDateFormat( origFormat );
  @@ -149,7 +149,7 @@
       /**
        * Change the timezone used to format dates
        *
  -     * @see java.util.TimeZone#setTimeZone
  +     * @see SimpleDateFormat#setTimeZone
        */
       public void setTimeZone( TimeZone timeZone ) {
           simpleDateFormat.setTimeZone( timeZone );
  
  
  

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

Reply via email to