Author: dkulp
Date: Wed Feb 15 15:34:27 2012
New Revision: 1244539

URL: http://svn.apache.org/viewvc?rev=1244539&view=rev
Log:
Merged revisions 1244529 via  git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1244529 | dkulp | 2012-02-15 10:19:16 -0500 (Wed, 15 Feb 2012) | 2 lines

  Fix compile failure with non-eclipse compiler

........

Modified:
    
cxf/branches/2.5.x-fixes/rt/ws/policy/src/test/java/org/apache/cxf/ws/policy/PolicyAnnotationTest.java

Modified: 
cxf/branches/2.5.x-fixes/rt/ws/policy/src/test/java/org/apache/cxf/ws/policy/PolicyAnnotationTest.java
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/rt/ws/policy/src/test/java/org/apache/cxf/ws/policy/PolicyAnnotationTest.java?rev=1244539&r1=1244538&r2=1244539&view=diff
==============================================================================
--- 
cxf/branches/2.5.x-fixes/rt/ws/policy/src/test/java/org/apache/cxf/ws/policy/PolicyAnnotationTest.java
 (original)
+++ 
cxf/branches/2.5.x-fixes/rt/ws/policy/src/test/java/org/apache/cxf/ws/policy/PolicyAnnotationTest.java
 Wed Feb 15 15:34:27 2012
@@ -226,7 +226,7 @@ public class PolicyAnnotationTest extend
     
     
     @Policies({
-        @Policy(uri = "annotationpolicies/TestImplPolicy.xml"),
+        @Policy(uri = "annotationpolicies/TestImplPolicy.xml")
     }
     )
     @WebService(endpointInterface = 
"org.apache.cxf.ws.policy.PolicyAnnotationTest$TestInterface")


Reply via email to