[webbeans-commits] Webbeans SVN: r832 - ri/trunk/webbeans-ri-spi/src/main/java/org/jboss/webbeans/ejb/spi.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Thu Jan 8 11:49:10 EST 2009


Author: pete.muir at jboss.org
Date: 2009-01-08 11:49:10 -0500 (Thu, 08 Jan 2009)
New Revision: 832

Modified:
   ri/trunk/webbeans-ri-spi/src/main/java/org/jboss/webbeans/ejb/spi/EjbResolver.java
Log:
minor

Modified: ri/trunk/webbeans-ri-spi/src/main/java/org/jboss/webbeans/ejb/spi/EjbResolver.java
===================================================================
--- ri/trunk/webbeans-ri-spi/src/main/java/org/jboss/webbeans/ejb/spi/EjbResolver.java	2009-01-08 16:47:30 UTC (rev 831)
+++ ri/trunk/webbeans-ri-spi/src/main/java/org/jboss/webbeans/ejb/spi/EjbResolver.java	2009-01-08 16:49:10 UTC (rev 832)
@@ -28,8 +28,7 @@
     *           The injection point metadata
     * @return the JNDI name
     * @throws IllegalArgumentException
-    *            if the injection point is not annotated with
-    * @EJB
+    *            if the injection point is not annotated with @EJB
     * @throws DefinitionException
     *            if the injection point is not suitable for injection
     * @throws IllegalStateException
@@ -46,11 +45,9 @@
     *           The injection point metadata
     * @return the JNDI name
     * @throws IllegalArgumentException
-    *            if the injection point is not annotated with
-    * @PersistenceContext
+    *            if the injection point is not annotated with @PersistenceContext
     * @throws UnsupportedOperationException
-    *            if the injection point is annotated
-    * @PersistenceContext(EXTENTED)
+    *            if the injection point is annotated @PersistenceContext(EXTENTED)
     * @throws IllegalStateException
     *            if no suitable persistence units can be resolved for injection
     */
@@ -61,8 +58,7 @@
     * 
     * @EJB injection point
     * 
-    * @return the annotation which defines an
-    * @EJB injection point
+    * @return the annotation which defines an @EJB injection point
     */
    public Class<? extends Annotation> getEJBAnnotation();
    
@@ -71,8 +67,7 @@
     * 
     * @PersistenceContext injection point
     * 
-    * @return the annoation which defines a
-    * @PersistenceContext injection point
+    * @return the annoation which defines a @PersistenceContext injection point
     */
    public Class<? extends Annotation> getPersistenceContextAnnotation();
    




More information about the weld-commits mailing list