< prev index next >
src/java.desktop/share/classes/javax/print/event/PrintJobAttributeEvent.java
Print this page
@@ -43,12 +43,12 @@
/**
* Constructs a PrintJobAttributeEvent object.
* @param source the print job generating this event
* @param attributes the attribute changes being reported
- * @throws IllegalArgumentException if <code>source</code> is
- * <code>null</code>.
+ * @throws IllegalArgumentException if {@code source} is
+ * {@code null}.
*/
public PrintJobAttributeEvent (DocPrintJob source,
PrintJobAttributeSet attributes) {
super(source);
< prev index next >