X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=support%2Fcdi%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fcdi%2FBeanManagerLookup.java;h=8c9f2cb0916b793ba00b55dd3381fbefb8f0ebc6;hb=d76c1c5b113e82739f8e0ae92288ba120d747111;hp=8d9ab46d4c252ab11675e706db2e2f0c52c445c3;hpb=3e8de23e00da80d5506c750a28e7d25f261eda92;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 8d9ab46d..8c9f2cb0 100644 --- a/support/cdi/src/main/java/org/wamblee/cdi/BeanManagerLookup.java +++ b/support/cdi/src/main/java/org/wamblee/cdi/BeanManagerLookup.java @@ -28,9 +28,9 @@ import javax.naming.NamingException; * In case no bean manager is found the beanmanager is set to null and the * problem is logged. * - * This class does caching of the obtained reference to the bean manager. - * As a result, it is necessary to call {@link #setBeanManager(BeanManager)} - * in the setup phase of unit tests to make sure that the lookup is done again. + * This class does caching of the obtained reference to the bean manager. As a + * result, it is necessary to call {@link #setBeanManager(BeanManager)} in the + * setup phase of unit tests to make sure that the lookup is done again. * * @author Erik Brakkee */