-
Bug
-
Resolution: Done
-
Minor
-
JBossAS-3.2.7 Final, JBossAS-4.0.1 Final
-
None
Any particular reason those 4 event types contain a leading space in their name?
/** The JMX notification event type for a service create state */
public static final String CREATE_EVENT = " org.jboss.system.ServiceMBean.create";
/** The JMX notification event type for a service create state */
public static final String START_EVENT = " org.jboss.system.ServiceMBean.start";
/** The JMX notification event type for a service create state */
public static final String STOP_EVENT = " org.jboss.system.ServiceMBean.stop";
/** The JMX notification event type for a service create state */
public static final String DESTROY_EVENT = " org.jboss.system.ServiceMBean.destroy";
This is obviously wrong, it is there on all branches and unless there is a good reason for not fixing this, I'm going to remove the space.