Commit 450de86d2f762b8cdab3cde773510b230935c9e0
1 parent
631e82f4
Exists in
master
Ajustes no Bootstrap
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
impl/core/src/main/java/br/gov/frameworkdemoiselle/internal/bootstrap/AsbratctLifecycleBootstrap.java
... | ... | @@ -104,7 +104,7 @@ public abstract class AsbratctLifecycleBootstrap<A extends Annotation> extends A |
104 | 104 | afterBeanDiscoveryEvent = event; |
105 | 105 | } |
106 | 106 | |
107 | - private static boolean x = true; | |
107 | + private boolean x = true; | |
108 | 108 | |
109 | 109 | protected synchronized void proccessEvent(final ApplicationLifecycleEvent event) { |
110 | 110 | getLogger().debug( | ... | ... |