Fix missing end tag. git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/log4j2/trunk@1621033 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/ff617d1a Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/ff617d1a Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/ff617d1a Branch: refs/heads/messaging-module Commit: ff617d1afa6851ce94ed24e74788b2243583c9e2 Parents: c14f1af Author: mattsicker <mattsicker@unknown> Authored: Thu Aug 28 04:28:22 2014 +0000 Committer: mattsicker <mattsicker@unknown> Committed: Thu Aug 28 04:28:22 2014 +0000 ---------------------------------------------------------------------- .../src/main/java/org/apache/logging/log4j/core/util/UuidUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ff617d1a/log4j-core/src/main/java/org/apache/logging/log4j/core/util/UuidUtil.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/util/UuidUtil.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/util/UuidUtil.java index 8a13dc2..34b021f 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/util/UuidUtil.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/util/UuidUtil.java @@ -167,7 +167,7 @@ public final class UuidUtil { * <li>Digits 14-16 are a sequence number that is incremented each time a UUID is generated.</li> * <li>Digit 17 is the variant (with a value of binary 10) and 10 bits of the sequence number</li> * <li>Digit 18 is final 16 bits of the sequence number.</li> - * <li>Digits 19-32 represent the system the application is running on. + * <li>Digits 19-32 represent the system the application is running on.</li> * </ol> * * @return universally unique identifiers (UUID)
