Commit 024e56d09ef003ae663aa463f80c05508025f88a
1 parent
af0ec35d
Exists in
master
Ajuste do Javadoc da classe ThreadLocalContext
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
impl/core/src/main/java/br/gov/frameworkdemoiselle/internal/context/ThreadLocalContext.java
@@ -53,7 +53,7 @@ import java.lang.annotation.Annotation; | @@ -53,7 +53,7 @@ import java.lang.annotation.Annotation; | ||
53 | /** | 53 | /** |
54 | * Base context that has a separated store for each thread | 54 | * Base context that has a separated store for each thread |
55 | * | 55 | * |
56 | - * @author serpro | 56 | + * @author SERPRO |
57 | */ | 57 | */ |
58 | public class ThreadLocalContext extends AbstractCustomContext { | 58 | public class ThreadLocalContext extends AbstractCustomContext { |
59 | 59 |