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

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2001, 2004, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2001, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 39,49 **** * <B>IPP Compatibility:</B> This implements the * IPP printer-uri attribute. The string form returned by * <CODE>toString()</CODE> gives the IPP printer-uri value. * The category name returned by <CODE>getName()</CODE> * gives the IPP attribute name. - * <P> * * @author Robert Herriot */ public final class PrinterURI extends URISyntax --- 39,48 ----