Repository: logging-log4j2 Updated Branches: refs/heads/master c1face3cb -> 0731f76ea
Fix for Javadoc 8. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/0731f76e Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/0731f76e Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/0731f76e Branch: refs/heads/master Commit: 0731f76eaf55e8b4c6e0a021fd6c6400ec1314fa Parents: c1face3 Author: Gary Gregory <[email protected]> Authored: Sun Sep 28 20:43:26 2014 -0400 Committer: Gary Gregory <[email protected]> Committed: Sun Sep 28 20:43:26 2014 -0400 ---------------------------------------------------------------------- .../java/org/apache/logging/log4j/core/TimestampMessageTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/0731f76e/log4j-core/src/test/java/org/apache/logging/log4j/core/TimestampMessageTest.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/core/TimestampMessageTest.java b/log4j-core/src/test/java/org/apache/logging/log4j/core/TimestampMessageTest.java index f3dbc2d..72b9eb4 100644 --- a/log4j-core/src/test/java/org/apache/logging/log4j/core/TimestampMessageTest.java +++ b/log4j-core/src/test/java/org/apache/logging/log4j/core/TimestampMessageTest.java @@ -33,8 +33,9 @@ import static org.junit.Assert.*; /** * Confirms that if you log a {@link TimestampMessage} then there are no unnecessary calls to {@link Clock}. - * <p/> + * <p> * See LOG4J2-744. + * </p> */ public class TimestampMessageTest { private ListAppender app;
