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 2017/09/27 19:02:53 UTC

commons-io git commit: Fix Javadoc.

Repository: commons-io
Updated Branches:
  refs/heads/master 56c600171 -> cb66f2f8d


Fix Javadoc.

Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/cb66f2f8
Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/cb66f2f8
Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/cb66f2f8

Branch: refs/heads/master
Commit: cb66f2f8db1f0c443102f1948cfad2937e7edc6c
Parents: 56c6001
Author: Gary Gregory <gg...@apache.org>
Authored: Wed Sep 27 13:02:51 2017 -0600
Committer: Gary Gregory <gg...@apache.org>
Committed: Wed Sep 27 13:02:51 2017 -0600

----------------------------------------------------------------------
 src/test/java/org/apache/commons/io/FileCleanerTestCase.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-io/blob/cb66f2f8/src/test/java/org/apache/commons/io/FileCleanerTestCase.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/commons/io/FileCleanerTestCase.java b/src/test/java/org/apache/commons/io/FileCleanerTestCase.java
index 0284cb5..c8bf033 100644
--- a/src/test/java/org/apache/commons/io/FileCleanerTestCase.java
+++ b/src/test/java/org/apache/commons/io/FileCleanerTestCase.java
@@ -20,7 +20,6 @@ package org.apache.commons.io;
 /**
  * This is used to test FileCleaner for correctness.
  *
-
  * @see FileCleaner
  */
 public class FileCleanerTestCase extends FileCleaningTrackerTestCase {