Author: mattsicker
Date: Thu Aug 28 04:28:22 2014
New Revision: 1621033

URL: http://svn.apache.org/r1621033
Log:
Fix missing end tag.

Modified:
    
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/util/UuidUtil.java

Modified: 
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/util/UuidUtil.java
URL: 
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/util/UuidUtil.java?rev=1621033&r1=1621032&r2=1621033&view=diff
==============================================================================
--- 
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/util/UuidUtil.java
 (original)
+++ 
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/util/UuidUtil.java
 Thu Aug 28 04:28:22 2014
@@ -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)


Reply via email to