on 5/26/01 10:18 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:

> +    // Called from MessageBytes.setTime
> +    /** 
> +     */
> +    public static String format1123( Date d ) {
> +    return rfc1123Format.format( d );
> +    } 
> +
> +
> +    // Called from ServerCookie
> +    /** 
> +     */
> +    public static void formatOldCookie( Date d, StringBuffer sb,
> +                      FieldPosition fp )
> +    {
> +    oldCookieFormat.format( d, sb, fp );
> +    }
> +
> +    // Called from ServerCookie
> +    public static String formatOldCookie( Date d )
> +    {
> +    return oldCookieFormat.format( d );
>      }

I thought we weren't using tab's in the files anymore...

-jon

Reply via email to