You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2016/06/20 17:15:00 UTC

svn commit: r1749370 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/common/bytesource/ByteSource.java

Author: britter
Date: Mon Jun 20 17:15:00 2016
New Revision: 1749370

URL: http://svn.apache.org/viewvc?rev=1749370&view=rev
Log:
This important comment should be part of the API docs.

Modified:
    commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/common/bytesource/ByteSource.java

Modified: commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/common/bytesource/ByteSource.java
URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/common/bytesource/ByteSource.java?rev=1749370&r1=1749369&r2=1749370&view=diff
==============================================================================
--- commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/common/bytesource/ByteSource.java (original)
+++ commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/common/bytesource/ByteSource.java Mon Jun 20 17:15:00 2016
@@ -53,7 +53,7 @@ public abstract class ByteSource {
 
     public abstract byte[] getAll() throws IOException;
 
-    /*
+    /**
      * This operation can be VERY expensive; for inputstream byte sources, the
      * entire stream must be drained to determine its length.
      */