Commit ba2a46ff95963f0501c776c1a5290787fcf0d109
1 parent
8753c457
Exists in
master
Remoção de códigos comentados que não eram mais utilizados.
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
impl/extension/jmx/src/main/java/br/gov/frameworkdemoiselle/internal/MBeanHelper.java
... | ... | @@ -62,10 +62,6 @@ public class MBeanHelper { |
62 | 62 | |
63 | 63 | private static final MBeanServer server = ManagementFactory.getPlatformMBeanServer(); |
64 | 64 | |
65 | - // @Inject | |
66 | - // @Name("demoiselle-monitoring-bundle") | |
67 | - // private ResourceBundle bundle; | |
68 | - | |
69 | 65 | /** |
70 | 66 | * Return the MBean Server instance. |
71 | 67 | * | ... | ... |