Better 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/e93eb945 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/e93eb945 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/e93eb945
Branch: refs/heads/LOG4J-1181 Commit: e93eb945a42b61cd4388ea2d9c09eb9cd3d004ca Parents: 7fd641a Author: ggregory <[email protected]> Authored: Sun Nov 1 19:15:19 2015 -0800 Committer: ggregory <[email protected]> Committed: Sun Nov 1 19:15:19 2015 -0800 ---------------------------------------------------------------------- .../logging/log4j/core/util/datetime/FixedDateFormatTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/e93eb945/log4j-core/src/test/java/org/apache/logging/log4j/core/util/datetime/FixedDateFormatTest.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/core/util/datetime/FixedDateFormatTest.java b/log4j-core/src/test/java/org/apache/logging/log4j/core/util/datetime/FixedDateFormatTest.java index 8bfc6af..7ae60cf 100644 --- a/log4j-core/src/test/java/org/apache/logging/log4j/core/util/datetime/FixedDateFormatTest.java +++ b/log4j-core/src/test/java/org/apache/logging/log4j/core/util/datetime/FixedDateFormatTest.java @@ -28,7 +28,7 @@ import org.junit.Test; import static org.junit.Assert.*; /** - * Tests the FixedDateFormat class. + * Tests {@link FixedDateFormat}. */ public class FixedDateFormatTest {
