Commit e25dbfbbe9e499adf56e28ecc71fb79611e89220
1 parent
f58f76d8
Exists in
master
Ajuste no AbstractLifecycleBootstrap
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
impl/core/src/main/java/br/gov/frameworkdemoiselle/internal/bootstrap/AbstractLifecycleBootstrap.java
@@ -128,7 +128,7 @@ public abstract class AbstractLifecycleBootstrap<A extends Annotation> implement | @@ -128,7 +128,7 @@ public abstract class AbstractLifecycleBootstrap<A extends Annotation> implement | ||
128 | 128 | ||
129 | @SuppressWarnings({ "unchecked", "rawtypes" }) | 129 | @SuppressWarnings({ "unchecked", "rawtypes" }) |
130 | protected synchronized void proccessEvent() { | 130 | protected synchronized void proccessEvent() { |
131 | - getLogger().debug(getBundle().getString("executing-all", annotationClass.getSimpleName())); | 131 | + getLogger().debug(getBundle().getString("executing-all", getAnnotationClass().getSimpleName())); |
132 | 132 | ||
133 | Collections.sort(processors); | 133 | Collections.sort(processors); |
134 | Throwable failure = null; | 134 | Throwable failure = null; |