From 7e32fa328e2d7c94681028fb008d82ec551363ff Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Sat, 17 Jul 2010 22:39:04 +0000 Subject: [PATCH] --- .../cdi/src/main/java/org/wamblee/cdi/BeanManagerLookup.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.31.1