Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Besedin2012-02-23 20:25:27 +0000
committerOleg Besedin2012-02-23 20:25:27 +0000
commit415730bef94c5160d7bce6c682ba1267055f0c7d (patch)
tree721d978a160f645a313e9bc4b7c508f1588f4687
parent7f3e062cc8419b88cc2f49a3642fb63419c23b49 (diff)
downloadeclipse.platform.runtime-415730bef94c5160d7bce6c682ba1267055f0c7d.tar.gz
eclipse.platform.runtime-415730bef94c5160d7bce6c682ba1267055f0c7d.tar.xz
eclipse.platform.runtime-415730bef94c5160d7bce6c682ba1267055f0c7d.zip
Bug 371115 - Dependency Injection should not auto-gen an object (withoutv20120223-2025I20120223-2200
@Named annotation)
-rw-r--r--bundles/org.eclipse.e4.core.di/src/org/eclipse/e4/core/di/annotations/Creatable.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.e4.core.di/src/org/eclipse/e4/core/di/annotations/Creatable.java b/bundles/org.eclipse.e4.core.di/src/org/eclipse/e4/core/di/annotations/Creatable.java
index 0a85f64a9..06bc52f0f 100644
--- a/bundles/org.eclipse.e4.core.di/src/org/eclipse/e4/core/di/annotations/Creatable.java
+++ b/bundles/org.eclipse.e4.core.di/src/org/eclipse/e4/core/di/annotations/Creatable.java
@@ -18,7 +18,7 @@ import java.lang.annotation.Target;
import javax.inject.Qualifier;
/**
- * Specifies that the target class that can be created by an injector as needed.
+ * Specifies that the target class can be created by an injector as needed.
*/
@Qualifier
@Documented

Back to the top