< prev index next >

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

Print this page

        

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