--- old/src/share/classes/javax/print/SimpleDoc.java 2014-05-12 02:06:50.337566364 -0700 +++ new/src/share/classes/javax/print/SimpleDoc.java 2014-05-12 02:06:50.194565347 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001, Oracle and/or its affiliates. All rights reserved. + * 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 @@ -176,7 +176,7 @@ * However, if the print data representation object is itself a * Reader then the print data representation object is * simply returned. - *

+ * * @return a Reader for reading the print data * characters from this doc. * If a reader cannot be provided because this doc does not meet @@ -224,7 +224,7 @@ * However, if the print data representation object is itself an * input stream then the print data representation object is simply * returned. - *

+ * * @return an InputStream for reading the print data * bytes from this doc. If an input stream cannot be * provided because this doc does not meet