X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=support%2Fcdi%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fcdi%2FCdiInjectorFactory.java;h=de13ef54df162641c6552350a1508e25cef209ce;hb=5e96c198e399c3cd0f22f534eb1166876dcd8284;hp=c41f2d9863b7040a1b2497bdeb1e1d529095e518;hpb=38f7bf8962ce321617e15561dad0f9b3efb8a71e;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