--- old/src/share/classes/javax/print/Doc.java 2014-04-02 09:30:47.478922764 -0700 +++ new/src/share/classes/javax/print/Doc.java 2014-04-02 09:30:47.307921445 -0700 @@ -168,7 +168,7 @@ * from the print data representation object. * However, if the print data representation object is itself a Reader, * then the print data representation object is simply returned. - *

+ * * @return Reader for reading the print data characters from this doc. * If a reader cannot be provided because this doc does not meet * the criteria stated above, null is returned. @@ -192,7 +192,7 @@ * object as a stream of bytes is created and returned. However, if the * print data representation object is itself an input stream, then the * print data representation object is simply returned. - *

+ * * @return Input stream for reading the print data bytes from this doc. If * an input stream cannot be provided because this doc does not * meet the criteria stated above, null is returned.