garydgregory commented on a change in pull request #59: Add ability to specify 
buffer sizes
URL: https://github.com/apache/commons-vfs/pull/59#discussion_r278122634
 
 

 ##########
 File path: 
commons-vfs2/src/main/java/org/apache/commons/vfs2/util/MonitorOutputStream.java
 ##########
 @@ -33,6 +33,10 @@ public MonitorOutputStream(final OutputStream out) {
         super(out);
     }
 
+    public MonitorOutputStream(final OutputStream out, final int size) {
 
 Review comment:
   Please add a Javadoc comment for this public method.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to