Repository: logging-log4j2 Updated Branches: refs/heads/messaging-module 6befe58ca -> 89304e886
Fix javadoc markup. git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/log4j2/trunk@1621014 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/32ea50a6 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/32ea50a6 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/32ea50a6 Branch: refs/heads/messaging-module Commit: 32ea50a68cb24f39754f02251d22c625f9b4010a Parents: 57444e9 Author: mattsicker <mattsicker@unknown> Authored: Thu Aug 28 01:53:32 2014 +0000 Committer: mattsicker <mattsicker@unknown> Committed: Thu Aug 28 01:53:32 2014 +0000 ---------------------------------------------------------------------- .../apache/logging/log4j/core/jmx/StatusLoggerAdminMBean.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/32ea50a6/log4j-core/src/main/java/org/apache/logging/log4j/core/jmx/StatusLoggerAdminMBean.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/jmx/StatusLoggerAdminMBean.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/jmx/StatusLoggerAdminMBean.java index f2b8912..70b88b2 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/jmx/StatusLoggerAdminMBean.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/jmx/StatusLoggerAdminMBean.java @@ -76,10 +76,12 @@ public interface StatusLoggerAdminMBean { * <p> * Note that the returned objects may contain {@code Throwable}s from * external libraries. - * + * </p> + * <p> * JMX clients calling this method must be prepared to deal with the errors * that occur if they do not have the class definition for such * {@code Throwable}s in their classpath. + * </p> * * @return the most recent messages logged by the {@code StatusLogger}. */
