examples/tomcat6/apache-tomcat-6.0.35-src/java/org/apache/catalina/util/Strftime.java
branchcvs_MAIN
changeset 3412 df11bb428463
parent 3360 1a8899091305
equal deleted inserted replaced
3386:ddcff50a1fdc 3412:df11bb428463
    38  *       The interface looks like a subset of DateFormat.  Maybe someday someone will make this class
    38  *       The interface looks like a subset of DateFormat.  Maybe someday someone will make this class
    39  *       extend DateFormat.
    39  *       extend DateFormat.
    40  *
    40  *
    41  * @author Bip Thelin
    41  * @author Bip Thelin
    42  * @author Dan Sandberg
    42  * @author Dan Sandberg
    43  * @version $Id: Strftime.java,v 1.4 2015-01-28 02:10:54 vrany Exp $
    43  * @version $Id: Strftime.java,v 1.5 2015-03-20 12:08:06 vrany Exp $
    44  */
    44  */
    45 public class Strftime {
    45 public class Strftime {
    46     protected static Properties translate;
    46     protected static Properties translate;
    47     protected SimpleDateFormat simpleDateFormat;
    47     protected SimpleDateFormat simpleDateFormat;
    48 
    48