From 65f0cd59347c2b2bdc383d910a7c6f0f3e63a42a Mon Sep 17 00:00:00 2001 From: mcombellack Date: Thu, 4 Dec 2008 09:50:07 +0000 Subject: Updated code to remove compiler warning git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723271 13f79535-47bb-0310-9956-ffa450edef68 --- .../introspect/WSDLPolicyAnnotatedInterfaceIntrospectorTestCase.java | 1 - 1 file changed, 1 deletion(-) diff --git a/java/sca/modules/interface-wsdl-xml/src/test/java/org/apache/tuscany/sca/interfacedef/wsdl/introspect/WSDLPolicyAnnotatedInterfaceIntrospectorTestCase.java b/java/sca/modules/interface-wsdl-xml/src/test/java/org/apache/tuscany/sca/interfacedef/wsdl/introspect/WSDLPolicyAnnotatedInterfaceIntrospectorTestCase.java index 95116566e0..717c94e981 100644 --- a/java/sca/modules/interface-wsdl-xml/src/test/java/org/apache/tuscany/sca/interfacedef/wsdl/introspect/WSDLPolicyAnnotatedInterfaceIntrospectorTestCase.java +++ b/java/sca/modules/interface-wsdl-xml/src/test/java/org/apache/tuscany/sca/interfacedef/wsdl/introspect/WSDLPolicyAnnotatedInterfaceIntrospectorTestCase.java @@ -61,7 +61,6 @@ public class WSDLPolicyAnnotatedInterfaceIntrospectorTestCase extends AbstractWS portType = definition.getDefinition().getPortType(PORTTYPE_NAME); } - @SuppressWarnings("unchecked") public final void testIntrospectPortType() throws InvalidInterfaceException { WSDLInterface contract = wsdlFactory.createWSDLInterface(portType, definition, resolver); Assert.assertEquals(contract.getName().getLocalPart(), "StockQuotePortType"); -- cgit v1.2.3