Commit 9eb8870f1ff7e95257a3103bf5628bc686b7d979
1 parent
c0281ded
Exists in
master
Ajuste no Javadoc da classe da classe ManagedType
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
impl/core/src/main/java/br/gov/frameworkdemoiselle/internal/management/ManagedType.java
... | ... | @@ -60,7 +60,7 @@ import br.gov.frameworkdemoiselle.util.ResourceBundle; |
60 | 60 | * <p>Instances if this class are passed to each discovered management extension during bootstrap so they can have |
61 | 61 | * enough information to expose all discovered {@link ManagementController}'s to management clients.</p> |
62 | 62 | * |
63 | - * @author serpro | |
63 | + * @author SERPRO | |
64 | 64 | */ |
65 | 65 | public class ManagedType { |
66 | 66 | ... | ... |