Commit 3d36e72c514d531ee1feda0072606467086ba8be
1 parent
7f0de10a
Exists in
master
inclusao de javadoc
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
impl/core/src/main/java/br/gov/frameworkdemoiselle/configuration/Configuration.java
@@ -69,7 +69,7 @@ import javax.inject.Singleton; | @@ -69,7 +69,7 @@ import javax.inject.Singleton; | ||
69 | public @interface Configuration { | 69 | public @interface Configuration { |
70 | 70 | ||
71 | /** | 71 | /** |
72 | - * Define the default resource to be used | 72 | + * Define the default resource. |
73 | */ | 73 | */ |
74 | public static final String DEFAULT_RESOURCE = "demoiselle"; | 74 | public static final String DEFAULT_RESOURCE = "demoiselle"; |
75 | 75 |