Author: bimargulies
Date: Tue Jan 22 04:58:04 2008
New Revision: 614195
URL: http://svn.apache.org/viewvc?rev=614195&view=rev
Log:
fix PMD violation.
Modified:
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/mtom/MtomServerTest.java
Modified:
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/mtom/MtomServerTest.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/mtom/MtomServerTest.java?rev=614195&r1=614194&r2=614195&view=diff
==============================================================================
---
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/mtom/MtomServerTest.java
(original)
+++
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/mtom/MtomServerTest.java
Tue Jan 22 04:58:04 2008
@@ -33,7 +33,6 @@
import org.apache.cxf.attachment.AttachmentDeserializer;
import org.apache.cxf.endpoint.Server;
import org.apache.cxf.helpers.IOUtils;
-import org.apache.cxf.jaxb.JAXBDataBinding;
import org.apache.cxf.jaxws.JaxWsServerFactoryBean;
import org.apache.cxf.message.Attachment;
import org.apache.cxf.message.ExchangeImpl;
@@ -133,7 +132,6 @@
@Test
public void testURLBasedAttachment() throws Exception {
JaxWsServerFactoryBean sf = new JaxWsServerFactoryBean();
- JAXBDataBinding db = (JAXBDataBinding)sf.getDataBinding();
sf.setServiceBean(new EchoService());
sf.setBus(getBus());
String address = "http://localhost:9036/EchoService";