[jboss-cvs] JBossAS SVN: r92380 - projects/jboss-deployers/trunk/deployers-vfs-spi/src/main/java/org/jboss/deployers/vfs/spi/structure/modified.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 14 11:22:31 EDT 2009


Author: alesj
Date: 2009-08-14 11:22:31 -0400 (Fri, 14 Aug 2009)
New Revision: 92380

Modified:
   projects/jboss-deployers/trunk/deployers-vfs-spi/src/main/java/org/jboss/deployers/vfs/spi/structure/modified/MetaDataStructureModificationChecker.java
Log:
Remove old javadocs.

Modified: projects/jboss-deployers/trunk/deployers-vfs-spi/src/main/java/org/jboss/deployers/vfs/spi/structure/modified/MetaDataStructureModificationChecker.java
===================================================================
--- projects/jboss-deployers/trunk/deployers-vfs-spi/src/main/java/org/jboss/deployers/vfs/spi/structure/modified/MetaDataStructureModificationChecker.java	2009-08-14 15:17:25 UTC (rev 92379)
+++ projects/jboss-deployers/trunk/deployers-vfs-spi/src/main/java/org/jboss/deployers/vfs/spi/structure/modified/MetaDataStructureModificationChecker.java	2009-08-14 15:22:31 UTC (rev 92380)
@@ -36,14 +36,6 @@
 /**
  * MetaDataStructureModificationChecker.
  *
- * VFS and structure cache filter must be compatible,
- * meaning they would return same value for equal files/paths.
- *
- * e.g.
- * VirtualFile file = VFS.getVirtualFile(rootURI, "/my-app.jar/META-INF/somefile.xml");
- * String cachedPath = "/my-app.jar/META-INF/somefile.xml";
- * filter.accepts(file) == cacheFilter.accepts(cachedPath)
- *
  * @author <a href="mailto:ales.justin at jboss.org">Ales Justin</a>
  */
 public class MetaDataStructureModificationChecker extends AbstractStructureModificationChecker<Long>




More information about the jboss-cvs-commits mailing list