[jboss-cvs] JBossAS SVN: r90635 - branches/Branch_5_x/cluster/src/main/org/jboss/ha/framework/server.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 26 10:36:03 EDT 2009


Author: bstansberry at jboss.com
Date: 2009-06-26 10:36:03 -0400 (Fri, 26 Jun 2009)
New Revision: 90635

Modified:
   branches/Branch_5_x/cluster/src/main/org/jboss/ha/framework/server/ClusterFileTransfer.java
Log:
Remove bogus import

Modified: branches/Branch_5_x/cluster/src/main/org/jboss/ha/framework/server/ClusterFileTransfer.java
===================================================================
--- branches/Branch_5_x/cluster/src/main/org/jboss/ha/framework/server/ClusterFileTransfer.java	2009-06-26 14:23:35 UTC (rev 90634)
+++ branches/Branch_5_x/cluster/src/main/org/jboss/ha/framework/server/ClusterFileTransfer.java	2009-06-26 14:36:03 UTC (rev 90635)
@@ -44,8 +44,6 @@
 import org.jboss.logging.Logger;
 import org.jboss.system.server.ServerConfigLocator;
 
-import com.sun.org.apache.xerces.internal.util.URI.MalformedURIException;
-
 /**
  * Handles transfering files on the cluster.  Files are sent in small chunks at a time (up to MAX_CHUNK_BUFFER_SIZE bytes per
  * Cluster call).




More information about the jboss-cvs-commits mailing list