You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2016/06/20 16:22:16 UTC

svn commit: r1749359 - /pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/contentstream/PDAbstractContentStream.java

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.