diff options
Diffstat (limited to 'libjava/classpath/java/awt/print/PrinterGraphics.java')
-rw-r--r-- | libjava/classpath/java/awt/print/PrinterGraphics.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/classpath/java/awt/print/PrinterGraphics.java b/libjava/classpath/java/awt/print/PrinterGraphics.java index 62fde84..c1f199c 100644 --- a/libjava/classpath/java/awt/print/PrinterGraphics.java +++ b/libjava/classpath/java/awt/print/PrinterGraphics.java @@ -42,7 +42,7 @@ package java.awt.print; * This interface is implemented by the <code>Graphics</code> instance that is * used for rendering pages. It provides a hook to return the object that is * controlling the print job. - * + * * @author Aaron M. Renn (arenn@urbanophile.com) */ public interface PrinterGraphics @@ -50,7 +50,7 @@ public interface PrinterGraphics /** * This method returns the instance of <code>PrinterJob</code> that is * controlling this print job. - * + * * @return The <code>PrinterJob</code> that is controlling this print job. */ PrinterJob getPrinterJob(); |