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 2018/05/01 08:46:01 UTC

svn commit: r1830660 - /pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/contentstream/PDFStreamEngine.java

Author: tilman
Date: Tue May  1 08:46:01 2018
New Revision: 1830660

URL: http://svn.apache.org/viewvc?rev=1830660&view=rev
Log:
PDFBOX-4071: improve javadoc

Modified:
    pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/contentstream/PDFStreamEngine.java

Modified: pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/contentstream/PDFStreamEngine.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/contentstream/PDFStreamEngine.java?rev=1830660&r1=1830659&r2=1830660&view=diff
==============================================================================
--- pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/contentstream/PDFStreamEngine.java (original)
+++ pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/contentstream/PDFStreamEngine.java Tue May  1 08:46:01 2018
@@ -1008,7 +1008,8 @@ public abstract class PDFStreamEngine
     }
 
     /**
-     * @return the stream' resources.
+     * @return the stream' resources. This is mainly to be used by the {@link OperatorProcessor}
+     * classes.
      */
     public PDResources getResources()
     {