Repository: logging-log4j2 Updated Branches: refs/heads/master 6ac9c998e -> 53fe4efe7
Format. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/53fe4efe Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/53fe4efe Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/53fe4efe Branch: refs/heads/master Commit: 53fe4efe72b30c6118881528131775973ed41a85 Parents: 6ac9c99 Author: Gary Gregory <[email protected]> Authored: Sun Mar 1 14:41:45 2015 -0800 Committer: Gary Gregory <[email protected]> Committed: Sun Mar 1 14:41:45 2015 -0800 ---------------------------------------------------------------------- .../org/apache/logging/log4j/core/jmx/StatusLoggerAdmin.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/53fe4efe/log4j-core/src/main/java/org/apache/logging/log4j/core/jmx/StatusLoggerAdmin.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/jmx/StatusLoggerAdmin.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/jmx/StatusLoggerAdmin.java index de819b0..a602f4e 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/jmx/StatusLoggerAdmin.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/jmx/StatusLoggerAdmin.java @@ -87,8 +87,9 @@ public class StatusLoggerAdmin extends NotificationBroadcasterSupport implements } private static MBeanNotificationInfo createNotificationInfo() { - final String[] notifTypes = new String[] {// - NOTIF_TYPE_DATA, NOTIF_TYPE_MESSAGE }; + final String[] notifTypes = new String[] { + NOTIF_TYPE_DATA, + NOTIF_TYPE_MESSAGE }; final String name = Notification.class.getName(); final String description = "StatusLogger has logged an event"; return new MBeanNotificationInfo(notifTypes, name, description);
