Author: tilman Date: Mon Jun 20 16:22:16 2016 New Revision: 1749359 URL: http://svn.apache.org/viewvc?rev=1749359&view=rev Log: PDFBOX-2852: fix javadoc
Modified: pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/contentstream/PDAbstractContentStream.java Modified: pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/contentstream/PDAbstractContentStream.java URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/contentstream/PDAbstractContentStream.java?rev=1749359&r1=1749358&r2=1749359&view=diff ============================================================================== --- pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/contentstream/PDAbstractContentStream.java (original) +++ pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/contentstream/PDAbstractContentStream.java Mon Jun 20 16:22:16 2016 @@ -112,7 +112,6 @@ public abstract class PDAbstractContentS /** * Create a new appearance stream. * - * @param doc The document the page is part of. * @param appearance The appearance stream to write to. * @throws IOException If there is an error writing to the page contents. */ @@ -124,7 +123,6 @@ public abstract class PDAbstractContentS /** * Create a new appearance stream. Note that this is not actually a "page" content stream. * - * @param doc The document the appearance is part of. * @param appearance The appearance stream to add to. * @param outputStream The appearances output stream to write to. * @throws IOException If there is an error writing to the page contents.