Author: mattsicker
Date: Thu Aug 28 04:28:39 2014
New Revision: 1621039

URL: http://svn.apache.org/r1621039
Log:
Add missing tags.

Modified:
    
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/Filter.java
    
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/LogEvent.java

Modified: 
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/Filter.java
URL: 
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/Filter.java?rev=1621039&r1=1621038&r2=1621039&view=diff
==============================================================================
--- 
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/Filter.java
 (original)
+++ 
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/Filter.java
 Thu Aug 28 04:28:39 2014
@@ -26,9 +26,9 @@ import org.apache.logging.log4j.util.Eng
  * Interface that must be implemented to allow custom event filtering. It is 
highly recommended that
  * applications make use of the Filters provided with this implementation 
before creating their own.
  *
- * This interface supports "global" filters (i.e. - all events must pass 
through them first), attached to
+ * <p>This interface supports "global" filters (i.e. - all events must pass 
through them first), attached to
  * specific loggers and associated with Appenders. It is recommended that, 
where possible, Filter implementations
- * create a generic filtering method that can be called from any of the filter 
methods.
+ * create a generic filtering method that can be called from any of the filter 
methods.</p>
  */
 public interface Filter extends LifeCycle {
 

Modified: 
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/LogEvent.java
URL: 
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/LogEvent.java?rev=1621039&r1=1621038&r2=1621039&view=diff
==============================================================================
--- 
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/LogEvent.java
 (original)
+++ 
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/LogEvent.java
 Thu Aug 28 04:28:39 2014
@@ -115,8 +115,8 @@ public interface LogEvent extends Serial
 
     /**
      * Gets throwable associated with logging request.
-     * <p>
-     * Convenience method for {@code ThrowableProxy.getThrowable();}
+     *
+     * <p>Convenience method for {@code ThrowableProxy.getThrowable();}</p>
      * 
      * @return throwable, may be null.
      */


Reply via email to