[jboss-cvs] JBossAS SVN: r83888 - branches/Branch_5_0/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 04:08:35 EST 2009


Author: alesj
Date: 2009-02-05 04:08:35 -0500 (Thu, 05 Feb 2009)
New Revision: 83888

Modified:
   branches/Branch_5_0/system/src/main/org/jboss/system/server/profileservice/repository/SerializableDeploymentRepository.java
Log:
javadocs

Modified: branches/Branch_5_0/system/src/main/org/jboss/system/server/profileservice/repository/SerializableDeploymentRepository.java
===================================================================
--- branches/Branch_5_0/system/src/main/org/jboss/system/server/profileservice/repository/SerializableDeploymentRepository.java	2009-02-05 09:06:46 UTC (rev 83887)
+++ branches/Branch_5_0/system/src/main/org/jboss/system/server/profileservice/repository/SerializableDeploymentRepository.java	2009-02-05 09:08:35 UTC (rev 83888)
@@ -603,7 +603,7 @@
 
    /**
     * Check if the deployment has been modified.
-    * Update last modifed cache if modifed.
+    * Invalidate last modifed cache if modifed.
     *
     * @param root the virtual file root
     * @return true if modifed
@@ -621,12 +621,13 @@
 
    /**
     * Check if the deployment has been modified.
+    * Note: it doesn't invalidate the last modified cache.
     *
     * @param root the virtual file root
     * @return true if modifed
     * @throws Exception for any error
     */
-   protected boolean isModified(VirtualFile root) throws Exception
+   private boolean isModified(VirtualFile root) throws Exception
    {
       // skip vfs deployment context lookup if archive or file
       if (root.isArchive() || root.isLeaf())




More information about the jboss-cvs-commits mailing list