[jboss-cvs] JBossAS SVN: r57667 - trunk/system-jmx/src/main/org/jboss/system/deployers

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Oct 14 01:07:33 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-10-14 01:07:28 -0400 (Sat, 14 Oct 2006)
New Revision: 57667

Modified:
   trunk/system-jmx/src/main/org/jboss/system/deployers/SARDeployer.java
Log:
javadoc

Modified: trunk/system-jmx/src/main/org/jboss/system/deployers/SARDeployer.java
===================================================================
--- trunk/system-jmx/src/main/org/jboss/system/deployers/SARDeployer.java	2006-10-13 21:22:18 UTC (rev 57666)
+++ trunk/system-jmx/src/main/org/jboss/system/deployers/SARDeployer.java	2006-10-14 05:07:28 UTC (rev 57667)
@@ -62,6 +62,12 @@
       super(ServiceDeployment.class);
    }
 
+   /**
+    * @param unit - the deployment unit
+    * @param file - the vf for the jboss-service.xml descriptor
+    * @param document - the jaxp document for the jboss-service.xml descriptor
+    */
+   @Override
    protected ServiceDeployment parse(DeploymentUnit unit, VirtualFile file, Document document) throws Exception
    {
       ServiceDeploymentParser parser = new ServiceDeploymentParser(document);




More information about the jboss-cvs-commits mailing list