Repository: logging-log4j2
Updated Branches:
  refs/heads/master 33afc0f00 -> dbe6cf23c


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/dbe6cf23
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/dbe6cf23
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/dbe6cf23

Branch: refs/heads/master
Commit: dbe6cf23ce6aa7318779f2a252c9b10525fdcc83
Parents: 33afc0f
Author: Gary Gregory <[email protected]>
Authored: Sun Sep 28 21:02:36 2014 -0400
Committer: Gary Gregory <[email protected]>
Committed: Sun Sep 28 21:02:36 2014 -0400

----------------------------------------------------------------------
 .../apache/logging/log4j/core/impl/ExtendedStackTraceElement.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/dbe6cf23/log4j-core/src/main/java/org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.java
----------------------------------------------------------------------
diff --git 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.java
 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.java
index 4a635dd..9ced720 100644
--- 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.java
+++ 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.java
@@ -22,12 +22,12 @@ import java.io.Serializable;
  * Wraps and extends the concept of the JRE's final class {@link 
StackTraceElement} by adding more location information.
  * <p>
  * Complements a StackTraceElement with:
+ * </p>
  * <ul>
  * <li>exact: whether the class was obtained via {@link 
sun.reflect.Reflection#getCallerClass(int)}</li>
  * <li>location: a classpath element or a jar</li>
  * <li>version</li>
  * </ul>
- * </p>
  */
 public final class ExtendedStackTraceElement implements Serializable {
 

Reply via email to