< prev index next >

src/java.desktop/share/classes/javax/print/event/PrintEvent.java

Print this page

        

@@ -35,12 +35,12 @@
     private static final long serialVersionUID = 2286914924430763847L;
 
     /**
      * Constructs a PrintEvent object.
      * @param source is the source of the event
-     * @throws IllegalArgumentException if <code>source</code> is
-     *         <code>null</code>.
+     * @throws IllegalArgumentException if {@code source} is
+     *         {@code null}.
      */
     public PrintEvent (Object source) {
         super(source);
     }
 
< prev index next >