Author: sergeyb
Date: Wed Nov 30 10:47:48 2011
New Revision: 1208373

URL: http://svn.apache.org/viewvc?rev=1208373&view=rev
Log:
Removing a static modifier from a test interface

Modified:
    
cxf/trunk/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/ServerMixedStyle.java

Modified: 
cxf/trunk/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/ServerMixedStyle.java
URL: 
http://svn.apache.org/viewvc/cxf/trunk/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/ServerMixedStyle.java?rev=1208373&r1=1208372&r2=1208373&view=diff
==============================================================================
--- 
cxf/trunk/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/ServerMixedStyle.java
 (original)
+++ 
cxf/trunk/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/ServerMixedStyle.java
 Wed Nov 30 10:47:48 2011
@@ -54,7 +54,7 @@ public class ServerMixedStyle extends Ab
     }
     
     @WebService(targetNamespace = "http://example.com";) 
-    public static interface MixedTest { 
+    public interface MixedTest { 
         @WebMethod(operationName = "Simple") 
         @WebResult(name = "SimpleResponse", targetNamespace = 
"http://example.com";) 
         @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE) 


Reply via email to