From: Erik Brakkee Date: Thu, 15 Jul 2010 14:30:24 +0000 (+0000) Subject: (no commit message) X-Git-Tag: wamblee-utils-0.7~320 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=5e96c198e399c3cd0f22f534eb1166876dcd8284;p=utils --- diff --git a/support/cdi/src/main/java/org/wamblee/cdi/CdiInjectorFactory.java b/support/cdi/src/main/java/org/wamblee/cdi/CdiInjectorFactory.java index c41f2d98..de13ef54 100644 --- a/support/cdi/src/main/java/org/wamblee/cdi/CdiInjectorFactory.java +++ b/support/cdi/src/main/java/org/wamblee/cdi/CdiInjectorFactory.java @@ -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