Commit 95e27723397016e30c889f0eaf5beeea573bc296
1 parent
9eb8870f
Exists in
master
Ajuste do Javadoc na classe Management
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
impl/core/src/main/java/br/gov/frameworkdemoiselle/internal/management/Management.java
... | ... | @@ -72,7 +72,7 @@ import br.gov.frameworkdemoiselle.util.ResourceBundle; |
72 | 72 | * Central class used by management extensions to obtain information, access properties and call operations over |
73 | 73 | * discovered {@link ManagementController} classes. |
74 | 74 | * |
75 | - * @author serpro | |
75 | + * @author SERPRO | |
76 | 76 | */ |
77 | 77 | @ApplicationScoped |
78 | 78 | public class Management implements Serializable { | ... | ... |