[jboss-cvs] JBossAS SVN: r65899 - projects/microcontainer/trunk/kernel/src/main/org/jboss/test/kernel/junit.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Oct 6 16:00:39 EDT 2007


Author: alesj
Date: 2007-10-06 16:00:39 -0400 (Sat, 06 Oct 2007)
New Revision: 65899

Modified:
   projects/microcontainer/trunk/kernel/src/main/org/jboss/test/kernel/junit/WiredMicrocontainerTest.java
Log:
javadocs

Modified: projects/microcontainer/trunk/kernel/src/main/org/jboss/test/kernel/junit/WiredMicrocontainerTest.java
===================================================================
--- projects/microcontainer/trunk/kernel/src/main/org/jboss/test/kernel/junit/WiredMicrocontainerTest.java	2007-10-06 19:48:31 UTC (rev 65898)
+++ projects/microcontainer/trunk/kernel/src/main/org/jboss/test/kernel/junit/WiredMicrocontainerTest.java	2007-10-06 20:00:39 UTC (rev 65899)
@@ -30,8 +30,7 @@
 /**
  * A Wired MicrocontainerTest.
  *
- * @author <a href="adrian at jboss.com">Adrian Brock</a>
- * @version $Revision: 64256 $
+ * @author <a href="ales.justin at jboss.com">Ales Justin</a>
  */
 public abstract class WiredMicrocontainerTest extends MicrocontainerTest
 {
@@ -62,6 +61,11 @@
       super.afterSetUp();
    }
 
+   /**
+    * Get the underlying controller.
+    *
+    * @return the controller
+    */
    private KernelController getController()
    {
       MicrocontainerTestDelegate delegate = getMCDelegate();




More information about the jboss-cvs-commits mailing list