TAMAYA-274 Fixed javadocs.
Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/572e1abd Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/572e1abd Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/572e1abd Branch: refs/heads/master Commit: 572e1abd8dcb3e917accb4f39f83d768420661cd Parents: 48f3f7b Author: Anatole Tresch <[email protected]> Authored: Sun Nov 12 21:28:12 2017 +0100 Committer: Anatole Tresch <[email protected]> Committed: Tue Nov 14 10:26:04 2017 +0100 ---------------------------------------------------------------------- .../src/main/java/org/apache/tamaya/inject/api/NoConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/572e1abd/modules/injection/injection-api/src/main/java/org/apache/tamaya/inject/api/NoConfig.java ---------------------------------------------------------------------- diff --git a/modules/injection/injection-api/src/main/java/org/apache/tamaya/inject/api/NoConfig.java b/modules/injection/injection-api/src/main/java/org/apache/tamaya/inject/api/NoConfig.java index c5234d3..0a00409 100644 --- a/modules/injection/injection-api/src/main/java/org/apache/tamaya/inject/api/NoConfig.java +++ b/modules/injection/injection-api/src/main/java/org/apache/tamaya/inject/api/NoConfig.java @@ -26,7 +26,7 @@ import java.lang.annotation.Target; /** * This is a small marker annotations to inform Tamaya that the annotated element should never be injected with - * configured data. This is useful because by default Tamaya tries to lookup and inject configuration also by + * configured data. This is useful because Tamaya can also try to lookup and inject configuration also by * using property or method names without annotations. With that annotation none of these will be happen. */ @Retention(RetentionPolicy.RUNTIME)
