Commit 3385ee1ad94f1a5ec4bd1a265bc1a5cfd64786fa
1 parent
ca5e1629
Exists in
master
Bloqueado construtor da classe ContextManager, pois todos seus métodos
são estáticos.
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
impl/core/src/main/java/br/gov/frameworkdemoiselle/internal/context/ContextManager.java
@@ -50,6 +50,8 @@ public class ContextManager { | @@ -50,6 +50,8 @@ public class ContextManager { | ||
50 | private static ResourceBundle bundle; | 50 | private static ResourceBundle bundle; |
51 | 51 | ||
52 | private static Logger logger; | 52 | private static Logger logger; |
53 | + | ||
54 | + private ContextManager(){} | ||
53 | 55 | ||
54 | /** | 56 | /** |
55 | * <p> | 57 | * <p> |