diff options
Diffstat (limited to 'libjava/classpath/javax/print/attribute/standard/JobHoldUntil.java')
-rw-r--r-- | libjava/classpath/javax/print/attribute/standard/JobHoldUntil.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libjava/classpath/javax/print/attribute/standard/JobHoldUntil.java b/libjava/classpath/javax/print/attribute/standard/JobHoldUntil.java index 7c137ccd171..97d3c15ad1a 100644 --- a/libjava/classpath/javax/print/attribute/standard/JobHoldUntil.java +++ b/libjava/classpath/javax/print/attribute/standard/JobHoldUntil.java @@ -1,4 +1,4 @@ -/* JobHoldUntil.java -- +/* JobHoldUntil.java -- Copyright (C) 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -48,17 +48,17 @@ import javax.print.attribute.PrintRequestAttribute; /** * The <code>JobHoldUntil</code> attribute specifies the date * and the time at which a print job must become a candidate - * for printing. + * for printing. * <p> * <b>IPP Compatibility:</b> JobHoldUntil is an IPP 1.1 attribute. * However the attribute in IPP is based on keywords of named * time periods like day-time or evening. It will depend on the - * concrete implementation of a print service how a mapping of the + * concrete implementation of a print service how a mapping of the * detailed provided date and time of this attribute to the named * keyword or an alternate extension attribute will be done. E.g. * CUPS supports also a HH:MM format as extension to the keywords. * </p> - * + * * @author Michael Koch (konqueror@gmx.de) */ public final class JobHoldUntil extends DateTimeSyntax @@ -83,7 +83,7 @@ public final class JobHoldUntil extends DateTimeSyntax * * @param obj the object to test * - * @return <code>true</code> if both objects are equal, + * @return <code>true</code> if both objects are equal, * <code>false</code> otherwise. */ public boolean equals(Object obj) |