From: Erik Brakkee Date: Sat, 17 Jul 2010 22:39:04 +0000 (+0000) Subject: (no commit message) X-Git-Tag: wamblee-utils-0.7~258 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=7e32fa328e2d7c94681028fb008d82ec551363ff;p=utils --- diff --git a/support/cdi/src/main/java/org/wamblee/cdi/BeanManagerLookup.java b/support/cdi/src/main/java/org/wamblee/cdi/BeanManagerLookup.java index afa42332..87a578f1 100644 --- a/support/cdi/src/main/java/org/wamblee/cdi/BeanManagerLookup.java +++ b/support/cdi/src/main/java/org/wamblee/cdi/BeanManagerLookup.java @@ -23,7 +23,7 @@ import javax.naming.NamingException; /** * Class that encapsulates beanmanager lookup in a way so that the lookup can be - * explicitly overriden (e.g. for unit test). + * explicitly overriden (for instance for unit test). * * In case no bean manager is found the beanmanager is set to null and the * problem is logged.