You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/08/09 15:18:02 UTC

[commons-io] branch master updated: Comment.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


The following commit(s) were added to refs/heads/master by this push:
     new 556a455  Comment.
556a455 is described below

commit 556a45593593870d65373a2fa682b605bdd5dc1a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Aug 9 11:17:58 2019 -0400

    Comment.
---
 src/main/java/org/apache/commons/io/output/ClosedWriter.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/commons/io/output/ClosedWriter.java b/src/main/java/org/apache/commons/io/output/ClosedWriter.java
index a596c12..9ae0e06 100644
--- a/src/main/java/org/apache/commons/io/output/ClosedWriter.java
+++ b/src/main/java/org/apache/commons/io/output/ClosedWriter.java
@@ -61,5 +61,6 @@ public class ClosedWriter extends Writer {
 
     @Override
     public void close() throws IOException {
+        // noop
     }
 }