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 fe1b90d Remove extra blank line.
fe1b90d is described below
commit fe1b90d2fc0c88b74eeab75768da4466613628ec
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Oct 9 21:21:41 2020 -0400
Remove extra blank line.
---
src/main/java/org/apache/commons/io/file/DeletingPathVisitor.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/io/file/DeletingPathVisitor.java
b/src/main/java/org/apache/commons/io/file/DeletingPathVisitor.java
index d6913a4..371a465 100644
--- a/src/main/java/org/apache/commons/io/file/DeletingPathVisitor.java
+++ b/src/main/java/org/apache/commons/io/file/DeletingPathVisitor.java
@@ -35,7 +35,6 @@ import org.apache.commons.io.file.Counters.PathCounters;
*/
public class DeletingPathVisitor extends CountingPathVisitor {
-
/**
* Creates a new instance configured with a BigInteger {@link
PathCounters}.
*