src/share/classes/javax/print/attribute/DateTimeSyntax.java

Print this page

        

*** 52,62 **** * DateTimeSyntax stores its value in the form of a <code>java.util.Date * </code> * rather than a <code>java.util.Calendar</code> because it typically takes * less memory to store and less time to compare a <code>java.util.Date</code> * than a <code>java.util.Calendar</code>. - * <P> * * @author Alan Kaminsky */ public abstract class DateTimeSyntax implements Serializable, Cloneable { --- 52,61 ----