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 2014/09/17 22:46:29 UTC

svn commit: r1625817 - /pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/io/RandomAccessFileOutputStream.java

Author: tilman
Date: Wed Sep 17 20:46:29 2014
New Revision: 1625817

URL: http://svn.apache.org/r1625817
Log:
PDFBOX-2296: fix documentation

Modified:
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/io/RandomAccessFileOutputStream.java

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/io/RandomAccessFileOutputStream.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/io/RandomAccessFileOutputStream.java?rev=1625817&r1=1625816&r2=1625817&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/io/RandomAccessFileOutputStream.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/io/RandomAccessFileOutputStream.java Wed Sep 17 20:46:29 2014
@@ -75,9 +75,9 @@ public class RandomAccessFileOutputStrea
     }
 
     /**
-     * The number of bytes written to the stream.
+     * The number of bytes written or expected in the stream.
      *
-     * @return The number of bytes read to the stream.
+     * @return The number of bytes written or expected in the stream.
      */
     public long getLength()
     {