Author: dkulp
Date: Thu Sep 11 16:44:09 2014
New Revision: 1624333

URL: http://svn.apache.org/r1624333
Log:
Fix the formatting

Modified:
    
webservices/xmlschema/trunk/xmlschema-bundle-test/src/test/java/org/apache/ws/xmlschema/bundletest/XmlSchemaBundleTest.java

Modified: 
webservices/xmlschema/trunk/xmlschema-bundle-test/src/test/java/org/apache/ws/xmlschema/bundletest/XmlSchemaBundleTest.java
URL: 
http://svn.apache.org/viewvc/webservices/xmlschema/trunk/xmlschema-bundle-test/src/test/java/org/apache/ws/xmlschema/bundletest/XmlSchemaBundleTest.java?rev=1624333&r1=1624332&r2=1624333&view=diff
==============================================================================
--- 
webservices/xmlschema/trunk/xmlschema-bundle-test/src/test/java/org/apache/ws/xmlschema/bundletest/XmlSchemaBundleTest.java
 (original)
+++ 
webservices/xmlschema/trunk/xmlschema-bundle-test/src/test/java/org/apache/ws/xmlschema/bundletest/XmlSchemaBundleTest.java
 Thu Sep 11 16:44:09 2014
@@ -39,12 +39,10 @@ import org.ops4j.pax.exam.junit.PaxExam;
 public class XmlSchemaBundleTest {
 
     @Configuration
-    public static Option[] configuration()
-    {
-       return CoreOptions.options(
-            CoreOptions.junitBundles(),
-            
CoreOptions.provision(CoreOptions.mavenBundle().groupId("org.apache.ws.xmlschema").artifactId("xmlschema-core")
-       ));
+    public static Option[] configuration() {
+        return CoreOptions.options(CoreOptions.junitBundles(),
+                                   
CoreOptions.provision(CoreOptions.mavenBundle()
+                                       
.groupId("org.apache.ws.xmlschema").artifactId("xmlschema-core")));
     }
 
     @Test(expected = java.lang.NoClassDefFoundError.class)


Reply via email to