< prev index next >
src/java.desktop/share/classes/javax/print/event/PrintServiceAttributeEvent.java
Print this page
@@ -45,12 +45,12 @@
/**
* Constructs a PrintServiceAttributeEvent 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 PrintServiceAttributeEvent(PrintService source,
PrintServiceAttributeSet attributes) {
super(source);
< prev index next >