You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by ep...@apache.org on 2003/11/21 20:33:26 UTC

cvs commit: jakarta-turbine-2/src/java/org/apache/turbine/util HttpUtils.java

epugh       2003/11/21 11:33:26

  Modified:    src/java/org/apache/turbine/util HttpUtils.java
  Log:
  Fix pointed out by Jeff Painter that the year had too many "y"'s in it!
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-turbine-2/src/java/org/apache/turbine/util/HttpUtils.java
  
  Index: HttpUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/util/HttpUtils.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- HttpUtils.java	11 Apr 2003 13:17:04 -0000	1.4
  +++ HttpUtils.java	21 Nov 2003 19:33:26 -0000	1.5
  @@ -77,7 +77,7 @@
       static
       {
           httpDateFormat = new SimpleDateFormat(
  -                "EEE, dd MMM yyyyy HH:mm:ss z", Locale.US);
  +                "EEE, dd MMM yyyy HH:mm:ss z", Locale.US);
           httpDateFormat.setTimeZone(TimeZone.getTimeZone("GMT"));
       }
   
  
  
  

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