[jboss-cvs] JBossAS SVN: r57441 - projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/vfs/file

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 5 07:47:01 EDT 2006


Author: kabir.khan at jboss.com
Date: 2006-10-05 07:47:00 -0400 (Thu, 05 Oct 2006)
New Revision: 57441

Modified:
   projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/vfs/file/FileStructure.java
Log:
Fix comments

Modified: projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/vfs/file/FileStructure.java
===================================================================
--- projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/vfs/file/FileStructure.java	2006-10-05 11:44:47 UTC (rev 57440)
+++ projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/vfs/file/FileStructure.java	2006-10-05 11:47:00 UTC (rev 57441)
@@ -48,9 +48,9 @@
    }
 
    /**
-    * Set the list of suffixes that are recognised as jars
+    * Set the suffixes that are recognised as files
     * 
-    * @param suffixes A list of suffixes, e.g. {".jar", ".ear"}
+    * @param suffixes A list of suffixes, e.g. {"-service.xml", "-ds.xml"}
     */
    public void setSuffixes(Set<String> suffixes)
    {
@@ -65,7 +65,7 @@
    }
    
    /**
-    * Gets the list of suffixes recognised as jars
+    * Gets the list of suffixes recognised as files
     * 
     * @return the list of suffixes
     */




More information about the jboss-cvs-commits mailing list