Author: gavin.king(a)jboss.com
Date: 2009-11-04 17:11:48 -0500 (Wed, 04 Nov 2009)
New Revision: 4690
Modified:
api/trunk/cdi/src/main/java/javax/enterprise/inject/spi/BeanManager.java
Log:
ambiguity
Modified: api/trunk/cdi/src/main/java/javax/enterprise/inject/spi/BeanManager.java
===================================================================
--- api/trunk/cdi/src/main/java/javax/enterprise/inject/spi/BeanManager.java 2009-11-04
22:07:24 UTC (rev 4689)
+++ api/trunk/cdi/src/main/java/javax/enterprise/inject/spi/BeanManager.java 2009-11-04
22:11:48 UTC (rev 4690)
@@ -195,7 +195,7 @@
/**
* Return an ordered list of {@linkplain Decorator decorators} for a set of
- * bean types and a set of qualifiers that are enabled in the module or
+ * bean types and a set of qualifiers and which are enabled in the module or
* library containing the class into which the <tt>BeanManager</tt> was
* injected or the Java EE component from whose JNDI environment namespace
* the <tt>BeanManager</tt> was obtained.
@@ -213,7 +213,7 @@
/**
* Return an ordered list of enabled {@linkplain Interceptor interceptors} for
- * a set of interceptor bindings and a type of interception that are enabled
+ * a set of interceptor bindings and a type of interception and which are enabled
* in the module or library containing the class into which the
<tt>BeanManager</tt>
* was injected or the Java EE component from whose JNDI environment namespace
* the <tt>BeanManager</tt> was obtained.
Show replies by date