Repository: logging-log4j2 Updated Branches: refs/heads/master 080be8396 -> bd23c3050
Javadoc: Use the active voice. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/bd23c305 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/bd23c305 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/bd23c305 Branch: refs/heads/master Commit: bd23c305030cab8619572d74c41b0f2da87bf06c Parents: 080be83 Author: ggregory <[email protected]> Authored: Thu Sep 17 23:10:26 2015 -0700 Committer: ggregory <[email protected]> Committed: Thu Sep 17 23:10:26 2015 -0700 ---------------------------------------------------------------------- .../java/org/apache/logging/log4j/core/util/FileUtilsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/bd23c305/log4j-core/src/test/java/org/apache/logging/log4j/core/util/FileUtilsTest.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/core/util/FileUtilsTest.java b/log4j-core/src/test/java/org/apache/logging/log4j/core/util/FileUtilsTest.java index 9a3e712..fdf2265 100644 --- a/log4j-core/src/test/java/org/apache/logging/log4j/core/util/FileUtilsTest.java +++ b/log4j-core/src/test/java/org/apache/logging/log4j/core/util/FileUtilsTest.java @@ -55,7 +55,7 @@ public class FileUtilsTest { } /** - * Help figure out why {@link #testFileFromUriWithPlusCharactersInName()} fails in Jenkins but asserting different + * Helps figure out why {@link #testFileFromUriWithPlusCharactersInName()} fails in Jenkins but asserting different * parts of the implementation of {@link FileUtils#fileFromUri(URI)}. */ @Test
