src/share/classes/javax/print/attribute/standard/JobStateReasons.java

Print this page

        

*** 147,157 **** */ public boolean add(JobStateReason o) { if (o == null) { throw new NullPointerException(); } ! return super.add ((JobStateReason) o); } /** * Get the printing attribute class which is to be used as the "category" * for this printing attribute value. --- 147,157 ---- */ public boolean add(JobStateReason o) { if (o == null) { throw new NullPointerException(); } ! return super.add (o); } /** * Get the printing attribute class which is to be used as the "category" * for this printing attribute value.