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/10 18:35:08 UTC

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

Author: dkulp
Date: Mon Aug 10 16:35:08 2009
New Revision: 802851

URL: http://svn.apache.org/viewvc?rev=802851&view=rev
Log:
Fix issue with javac again

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=802851&r1=802850&r2=802851&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 Mon Aug 10 16:35:08 2009
@@ -148,7 +148,7 @@
                            faultClass = CustomException.class),   
         @WSDLDocumentation(value = "fault porttype doc",
                            placement = WSDLDocumentation.Placement.PORT_TYPE_OPERATION_FAULT,
-                           faultClass = CustomException.class),   
+                           faultClass = CustomException.class)   
         }
     )
     int throwException(int i)