Author: mmerz Date: Mon Oct 25 11:42:33 2004 New Revision: 55528 Modified: incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/axis/AxisHook.java Log: Removed a dangling import.
Conrtibutor: Jonathan Colwell Modified: incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/axis/AxisHook.java ============================================================================== --- incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/axis/AxisHook.java (original) +++ incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/axis/AxisHook.java Mon Oct 25 11:42:33 2004 @@ -50,7 +50,6 @@ import org.apache.axis.description.OperationDesc; import org.apache.axis.utils.BeanPropertyDescriptor; import org.apache.beehive.wsm.axis.badtiger.EnumWrapper; -import org.apache.beehive.wsm.axis.util.encoding.ArraySpyFactory; import org.apache.beehive.wsm.axis.util.encoding.CollectionSerializerFactory; import org.apache.beehive.wsm.axis.util.encoding.XmlBeanSerializerFactory; import org.apache.beehive.wsm.axis.util.encoding.XmlBeanDeserializerFactory;
