[jboss-cvs] JBossAS SVN: r83884 - trunk/system/src/main/org/jboss/system/server/profileservice/repository.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 5 03:56:10 EST 2009


Author: alesj
Date: 2009-02-05 03:56:10 -0500 (Thu, 05 Feb 2009)
New Revision: 83884

Modified:
   trunk/system/src/main/org/jboss/system/server/profileservice/repository/MutableDeploymentRepository.java
Log:
javadocs

Modified: trunk/system/src/main/org/jboss/system/server/profileservice/repository/MutableDeploymentRepository.java
===================================================================
--- trunk/system/src/main/org/jboss/system/server/profileservice/repository/MutableDeploymentRepository.java	2009-02-05 08:54:12 UTC (rev 83883)
+++ trunk/system/src/main/org/jboss/system/server/profileservice/repository/MutableDeploymentRepository.java	2009-02-05 08:56:10 UTC (rev 83884)
@@ -266,6 +266,7 @@
 
    /**
     * Check if the deployment has been modified.
+    * Update last modifed cache if modifed.
     *
     * @param root the virtual file root
     * @return true if modifed
@@ -281,6 +282,13 @@
       return result;
    }
 
+   /**
+    * Check if the deployment has been modified.
+    *
+    * @param root the virtual file root
+    * @return true if modifed
+    * @throws Exception for any error
+    */
    protected boolean isModified(VirtualFile root) throws Exception
    {
       // skip vfs deployment context lookup if archive or file




More information about the jboss-cvs-commits mailing list