(no commit message)
[utils] / support / cdi / src / main / java / org / wamblee / cdi / CdiInjectorFactory.java
index c41f2d9863b7040a1b2497bdeb1e1d529095e518..de13ef54df162641c6552350a1508e25cef209ce 100644 (file)
@@ -23,8 +23,7 @@ import org.wamblee.inject.Injector;
 import org.wamblee.inject.InjectorFactory;
 
 /**
- * Factory that creates CDI injectors. In case no beanmanager is found then
- * injectors will do nothing. This class may be subclassed for testing to
+ * Factory that creates CDI injectors. This class may be subclassed for testing to
  * override the injectors that are returned.
  * 
  * @author Erik Brakkee