Bug 371115 - Dependency Injection should not auto-gen an object (without
@Named annotation)
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 0a85f64..06bc52f 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 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