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 2010/09/07 21:06:52 UTC

svn commit: r993483 - in /cxf/branches/2.2.x-fixes: ./ rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/spi/ProviderImplTest.java

Author: dkulp
Date: Tue Sep  7 19:06:52 2010
New Revision: 993483

URL: http://svn.apache.org/viewvc?rev=993483&view=rev
Log:
Merged revisions 993451 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r993451 | dkulp | 2010-09-07 14:11:42 -0400 (Tue, 07 Sep 2010) | 1 line
  
  Fix checkstyle
........

Modified:
    cxf/branches/2.2.x-fixes/   (props changed)
    cxf/branches/2.2.x-fixes/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/spi/ProviderImplTest.java

Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.2.x-fixes/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/spi/ProviderImplTest.java
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/spi/ProviderImplTest.java?rev=993483&r1=993482&r2=993483&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/spi/ProviderImplTest.java (original)
+++ cxf/branches/2.2.x-fixes/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/spi/ProviderImplTest.java Tue Sep  7 19:06:52 2010
@@ -72,7 +72,7 @@ public class ProviderImplTest extends or
     public void testCreateW3CEprNoMetadataEmptyCustomMetadata() throws Exception {
         ProviderImpl impl = new ProviderImpl();
         W3CEndpointReference w3Epr = impl.createW3CEndpointReference(
-           "http://myaddress", null, null, new ArrayList<Element>(), null, null);
+            "http://myaddress", null, null, new ArrayList<Element>(), null, null);
         
         java.io.StringWriter sw = new java.io.StringWriter();
         StreamResult result = new StreamResult(sw);