Add missing tags. git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/log4j2/trunk@1621039 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/f6b41b2f Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/f6b41b2f Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/f6b41b2f Branch: refs/heads/messaging-module Commit: f6b41b2f53605e8518cfb3c3a701971b685cf167 Parents: a9fe9d8 Author: mattsicker <mattsicker@unknown> Authored: Thu Aug 28 04:28:39 2014 +0000 Committer: mattsicker <mattsicker@unknown> Committed: Thu Aug 28 04:28:39 2014 +0000 ---------------------------------------------------------------------- .../src/main/java/org/apache/logging/log4j/core/Filter.java | 4 ++-- .../src/main/java/org/apache/logging/log4j/core/LogEvent.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/f6b41b2f/log4j-core/src/main/java/org/apache/logging/log4j/core/Filter.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/Filter.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/Filter.java index 8bab790..42a0a99 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/Filter.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/Filter.java @@ -26,9 +26,9 @@ import org.apache.logging.log4j.util.EnglishEnums; * 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 { http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/f6b41b2f/log4j-core/src/main/java/org/apache/logging/log4j/core/LogEvent.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/LogEvent.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/LogEvent.java index 5cacf77..eab779e 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/LogEvent.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/LogEvent.java @@ -115,8 +115,8 @@ public interface LogEvent extends Serializable { /** * 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. */
