|
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?
|
- [JBoss-dev] jsr77 stats Dimitris Andreadis
- RE: [JBoss-dev] jsr77 stats Scott M Stark
- RE: [JBoss-dev] jsr77 stats Dimitris Andreadis
