Author: rsearls
Date: 2015-03-26 12:06:10 -0400 (Thu, 26 Mar 2015)
New Revision: 19604
Modified:
common/trunk/src/main/java/org/jboss/ws/common/deployment/ArchiveDeploymentImpl.java
common/trunk/src/main/java/org/jboss/ws/common/deployment/DefaultDeployment.java
Log:
removed unwanted imports
Modified:
common/trunk/src/main/java/org/jboss/ws/common/deployment/ArchiveDeploymentImpl.java
===================================================================
---
common/trunk/src/main/java/org/jboss/ws/common/deployment/ArchiveDeploymentImpl.java 2015-03-25
09:58:49 UTC (rev 19603)
+++
common/trunk/src/main/java/org/jboss/ws/common/deployment/ArchiveDeploymentImpl.java 2015-03-26
16:06:10 UTC (rev 19604)
@@ -28,7 +28,6 @@
import org.jboss.wsf.spi.deployment.ArchiveDeployment;
import org.jboss.wsf.spi.deployment.ResourceResolver;
import org.jboss.wsf.spi.deployment.UnifiedVirtualFile;
-import org.jboss.wsf.spi.deployment.DeploymentType;
/**
* A general web service deployment that is based on an archive.
Modified:
common/trunk/src/main/java/org/jboss/ws/common/deployment/DefaultDeployment.java
===================================================================
---
common/trunk/src/main/java/org/jboss/ws/common/deployment/DefaultDeployment.java 2015-03-25
09:58:49 UTC (rev 19603)
+++
common/trunk/src/main/java/org/jboss/ws/common/deployment/DefaultDeployment.java 2015-03-26
16:06:10 UTC (rev 19604)
@@ -24,7 +24,6 @@
import org.jboss.wsf.spi.deployment.AbstractExtensible;
import org.jboss.wsf.spi.deployment.Deployment;
import org.jboss.wsf.spi.deployment.Service;
-import org.jboss.wsf.spi.deployment.DeploymentType;
/**
* A general web service deployment dep.
Show replies by date