[weld-commits] Weld SVN: r4782 - cdi-tck/trunk/api/src/main/java/org/jboss/jsr299/tck/spi.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sun Nov 8 11:16:39 EST 2009


Author: pete.muir at jboss.org
Date: 2009-11-08 11:16:39 -0500 (Sun, 08 Nov 2009)
New Revision: 4782

Modified:
   cdi-tck/trunk/api/src/main/java/org/jboss/jsr299/tck/spi/Managers.java
Log:
improve javadoc

Modified: cdi-tck/trunk/api/src/main/java/org/jboss/jsr299/tck/spi/Managers.java
===================================================================
--- cdi-tck/trunk/api/src/main/java/org/jboss/jsr299/tck/spi/Managers.java	2009-11-08 15:55:42 UTC (rev 4781)
+++ cdi-tck/trunk/api/src/main/java/org/jboss/jsr299/tck/spi/Managers.java	2009-11-08 16:16:39 UTC (rev 4782)
@@ -10,6 +10,9 @@
  * The TCK porting package must provide an implementation of this interface
  * which is suitable for the target implementation.
  * 
+ * Managers also allows the TCK to report the state of the Container back to the
+ * TCK, by checking if a deployment problem has occurred, 
+ * 
  * @author Shane Bryzak
  */
 public interface Managers
@@ -25,7 +28,7 @@
    public BeanManager getManager();
 
    /**
-    * Checks whether there is a definition error, as described in Section 12.4,
+    * Checks whether there is a definition error, as described in Section 2.8,
     * "Problems detected automatically by the container".
     * 
     * @param deploymentException the deployment exception context provided by
@@ -37,7 +40,7 @@
    public boolean isDefinitionError(DeploymentException deploymentException);
 
    /**
-    * Checks whether there is a deployment error, as described in Section 12.4,
+    * Checks whether there is a deployment error, as described in Section 2.8,
     * "Problems detected automatically by the container".
     * 
     * @param deploymentException the deployment exception context provided by



More information about the weld-commits mailing list