< prev index next >

src/java.desktop/share/classes/javax/print/MimeType.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2000, 2003, 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) 2000, 2017, 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
*** 48,58 **** * for two reasons: * <OL TYPE=1> * <LI> * Since not all Java profiles include the AWT, the Jini Print Service should * not depend on an AWT class. - * <P> * <LI> * The implementation of class java.awt.datatransfer.MimeType does not * guarantee * that equivalent MIME types will have the same serialized representation. * Thus, since the Jini Lookup Service (JLUS) matches service attributes based --- 48,57 ----
*** 74,84 **** * parameter value for a text media type is converted to lowercase. * <LI> Quote characters surrounding parameter values are removed. * <LI> Quoting backslash characters inside parameter values are removed. * <LI> The parameters are arranged in ascending order of parameter name. * </UL> - * <P> * * @author Alan Kaminsky */ class MimeType implements Serializable, Cloneable { --- 73,82 ----
< prev index next >