Commit 3385ee1ad94f1a5ec4bd1a265bc1a5cfd64786fa

Authored by Dancovich
1 parent ca5e1629
Exists in master

Bloqueado construtor da classe ContextManager, pois todos seus métodos

são estáticos.
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>