You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2009/08/08 04:10:59 UTC

svn commit: r802285 - /cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxws/DocLitWrappedCodeFirstService.java

Author: dkulp
Date: Sat Aug  8 02:10:58 2009
New Revision: 802285

URL: http://svn.apache.org/viewvc?rev=802285&view=rev
Log:
Apparently eclipse compiler is more forgiving that sun javac

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

Modified: cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxws/DocLitWrappedCodeFirstService.java
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxws/DocLitWrappedCodeFirstService.java?rev=802285&r1=802284&r2=802285&view=diff
==============================================================================
--- cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxws/DocLitWrappedCodeFirstService.java (original)
+++ cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxws/DocLitWrappedCodeFirstService.java Sat Aug  8 02:10:58 2009
@@ -59,7 +59,7 @@
         @WSDLDocumentation(value = "DocLitWrappedCodeFirstService binding doc", 
                            placement = WSDLDocumentation.Placement.BINDING),   
         @WSDLDocumentation(value = "DocLitWrappedCodeFirstService service/port doc", 
-                           placement = WSDLDocumentation.Placement.SERVICE_PORT),   
+                           placement = WSDLDocumentation.Placement.SERVICE_PORT)   
     }
 )
 public interface DocLitWrappedCodeFirstService {
@@ -108,7 +108,7 @@
             @WSDLDocumentation(value = "multiInOut binding Input doc", 
                                placement = WSDLDocumentation.Placement.BINDING_OPERATION_INPUT),   
             @WSDLDocumentation(value = "multiInOut binding Output doc", 
-                               placement = WSDLDocumentation.Placement.BINDING_OPERATION_OUTPUT),   
+                               placement = WSDLDocumentation.Placement.BINDING_OPERATION_OUTPUT)   
         }
     )
     String multiInOut(@WebParam(mode = WebParam.Mode.OUT)