Commit d17d1289b220f7165cda840b7db0201ac933fa94
1 parent
78d8262e
Exists in
master
Adição de javadoc para a anotação
br.gov.frameworkdemoiselle.annotation.Name
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
impl/core/src/main/java/br/gov/frameworkdemoiselle/annotation/Name.java
... | ... | @@ -54,7 +54,7 @@ import javax.inject.Qualifier; |
54 | 54 | * |
55 | 55 | * <ul> |
56 | 56 | * <li>map an attribute that belongs to a configuration class in a key with a different name of this attribute</li> |
57 | - * <li>map a Resource Bundle to a file with different name of the created object</li> | |
57 | + * <li>map a Resource Bundle object to a file with different name of this object</li> | |
58 | 58 | * </ul> |
59 | 59 | * |
60 | 60 | * <p> | ... | ... |