User: d_jencks
  Date: 02/04/05 20:37:04

  Modified:    src/main/org/jboss/deployment/scanner
                        URLDeploymentScanner.java
  Log:
  removed extra ;
  
  Revision  Changes    Path
  1.9       +2 -2      
jboss-system/src/main/org/jboss/deployment/scanner/URLDeploymentScanner.java
  
  Index: URLDeploymentScanner.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jboss-system/src/main/org/jboss/deployment/scanner/URLDeploymentScanner.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- URLDeploymentScanner.java 4 Apr 2002 04:33:59 -0000       1.8
  +++ URLDeploymentScanner.java 6 Apr 2002 04:37:04 -0000       1.9
  @@ -40,7 +40,7 @@
    *
    * @jmx:mbean extends="org.jboss.deployment.scanner.DeploymentScannerMBean"
    *
  - * @version <tt>$Revision: 1.8 $</tt>
  + * @version <tt>$Revision: 1.9 $</tt>
    * @author  <a href="mailto:[EMAIL PROTECTED]";>Jason Dillon</a>
    */
   public class URLDeploymentScanner
  @@ -51,7 +51,7 @@
      protected List urlList = Collections.synchronizedList(new ArrayList());
   
      /** A set of scanned urls which have been deployed. */
  -   protected Set deployedSet = Collections.synchronizedSet(new HashSet());;
  +   protected Set deployedSet = Collections.synchronizedSet(new HashSet());
   
      /** The server's home directory, for relative paths. */
      protected File serverHome;
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to