Repository: logging-log4j2 Updated Branches: refs/heads/master 67403ff30 -> 604221681
Javadoc. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/60422168 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/60422168 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/60422168 Branch: refs/heads/master Commit: 60422168140776f0947a69117406df06027b582b Parents: 67403ff Author: Gary Gregory <[email protected]> Authored: Thu Jun 23 19:56:47 2016 -0700 Committer: Gary Gregory <[email protected]> Committed: Thu Jun 23 19:56:47 2016 -0700 ---------------------------------------------------------------------- .../src/test/java/org/apache/logging/log4j/junit/CleanFiles.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/60422168/log4j-core/src/test/java/org/apache/logging/log4j/junit/CleanFiles.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/junit/CleanFiles.java b/log4j-core/src/test/java/org/apache/logging/log4j/junit/CleanFiles.java index afbccff..b2bc980 100644 --- a/log4j-core/src/test/java/org/apache/logging/log4j/junit/CleanFiles.java +++ b/log4j-core/src/test/java/org/apache/logging/log4j/junit/CleanFiles.java @@ -28,7 +28,7 @@ import org.junit.rules.ExternalResource; import static org.junit.Assert.*; /** - * A JUnit test rule to automatically delete certain files after a test is run. + * A JUnit test rule to automatically delete files after a test is run. */ public class CleanFiles extends ExternalResource { private static final int MAX_TRIES = 10;
