src/share/classes/javax/print/DocFlavor.java

Print this page

        

*** 543,554 **** * @return String representing a mime parameter, or * null if that parameter is not in the mime type string. * @exception NullPointerException if paramName is null. */ public String getParameter(String paramName) { ! return ! (String)myMimeType.getParameterMap().get(paramName.toLowerCase()); } /** * Returns the name of this doc flavor object's representation class. * @return the name of the representation class. --- 543,553 ---- * @return String representing a mime parameter, or * null if that parameter is not in the mime type string. * @exception NullPointerException if paramName is null. */ public String getParameter(String paramName) { ! return myMimeType.getParameterMap().get(paramName.toLowerCase()); } /** * Returns the name of this doc flavor object's representation class. * @return the name of the representation class.