Commit c0281ded101cf1312b1d9690b6744eefd3401c03
1 parent
f9960555
Exists in
master
Ajuste do Javadoc da classe ManagedContext
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
impl/core/src/main/java/br/gov/frameworkdemoiselle/internal/context/ManagedContext.java
@@ -44,7 +44,7 @@ import br.gov.frameworkdemoiselle.stereotype.ManagementController; | @@ -44,7 +44,7 @@ import br.gov.frameworkdemoiselle.stereotype.ManagementController; | ||
44 | * Context that stores {@link RequestScoped} beans during client calls to {@link ManagementController} classes. This | 44 | * Context that stores {@link RequestScoped} beans during client calls to {@link ManagementController} classes. This |
45 | * context is only activated when no other context is active for {@link RequestScoped}. | 45 | * context is only activated when no other context is active for {@link RequestScoped}. |
46 | * | 46 | * |
47 | - * @author serpro | 47 | + * @author SERPRO |
48 | */ | 48 | */ |
49 | public class ManagedContext extends ThreadLocalContext { | 49 | public class ManagedContext extends ThreadLocalContext { |
50 | 50 |