[jboss-cvs] JBossAS SVN: r75102 - trunk/system/src/main/org/jboss/system/server/profile/basic.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 26 04:48:58 EDT 2008


Author: alesj
Date: 2008-06-26 04:48:57 -0400 (Thu, 26 Jun 2008)
New Revision: 75102

Modified:
   trunk/system/src/main/org/jboss/system/server/profile/basic/MetaDataAwareProfile.java
Log:
javadocs

Modified: trunk/system/src/main/org/jboss/system/server/profile/basic/MetaDataAwareProfile.java
===================================================================
--- trunk/system/src/main/org/jboss/system/server/profile/basic/MetaDataAwareProfile.java	2008-06-26 08:45:44 UTC (rev 75101)
+++ trunk/system/src/main/org/jboss/system/server/profile/basic/MetaDataAwareProfile.java	2008-06-26 08:48:57 UTC (rev 75102)
@@ -62,7 +62,7 @@
       // get file:/ schema
       URL url = VFSUtils.getCompatibleURL(root);
       File file = new File(url.toURI());
-      // if root is file - usually archive - check its modification
+      // if root is file check its modification
       if (file.isFile())
          return root.hasBeenModified();
 




More information about the jboss-cvs-commits mailing list