I've noticed (4.x/HEAD) org.jboss.management.j2ee.StatisticsConstants.HOUR is actually "MILLISECOND"
 
Is that a bug or a feature :)
 
... 
 public final class StatisticsConstants
{
   public static final String HOUR = "MILLISECOND";
   public static final String MINUTE = "MINUTE"; 
... 
 
 
In fact, there is javax.management.j2ee.statistics.TimeStatistic the has those constants, why replicate them?

Reply via email to