Commit dec28f0ec1f25dd7dbc3d1b85784fddb0d6a9d7f
1 parent
ba2a46ff
Exists in
master
Remoção de código comentado.
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
impl/extension/jmx/src/main/java/br/gov/frameworkdemoiselle/internal/NotificationBroadcaster.java
@@ -60,10 +60,6 @@ public final class NotificationBroadcaster extends NotificationBroadcasterSuppor | @@ -60,10 +60,6 @@ public final class NotificationBroadcaster extends NotificationBroadcasterSuppor | ||
60 | 60 | ||
61 | private int sequenceNumber = 1; | 61 | private int sequenceNumber = 1; |
62 | 62 | ||
63 | - /*public static final String NOTIFICATION_DEFAULT_MBEAN_NAME = NotificationBroadcaster.class.getPackage().getName() | ||
64 | - +":name=" | ||
65 | - +NotificationBroadcaster.class.getSimpleName();*/ | ||
66 | - | ||
67 | private static final String NOTIFICATION_TYPE_GENERIC = "jmx.message"; | 63 | private static final String NOTIFICATION_TYPE_GENERIC = "jmx.message"; |
68 | 64 | ||
69 | protected void sendNotification( ManagementNotificationEvent event , JMXConfig config ) { | 65 | protected void sendNotification( ManagementNotificationEvent event , JMXConfig config ) { |