You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ri...@apache.org on 2006/08/15 22:01:53 UTC

svn commit: r431691 - /incubator/tuscany/java/samples/sca/helloworldwsclientOM/src/main/java/helloworldOM/HelloWorldServiceComponent.java

Author: rineholt
Date: Tue Aug 15 13:01:52 2006
New Revision: 431691

URL: http://svn.apache.org/viewvc?rev=431691&view=rev
Log:
formating

Modified:
    incubator/tuscany/java/samples/sca/helloworldwsclientOM/src/main/java/helloworldOM/HelloWorldServiceComponent.java

Modified: incubator/tuscany/java/samples/sca/helloworldwsclientOM/src/main/java/helloworldOM/HelloWorldServiceComponent.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/samples/sca/helloworldwsclientOM/src/main/java/helloworldOM/HelloWorldServiceComponent.java?rev=431691&r1=431690&r2=431691&view=diff
==============================================================================
--- incubator/tuscany/java/samples/sca/helloworldwsclientOM/src/main/java/helloworldOM/HelloWorldServiceComponent.java (original)
+++ incubator/tuscany/java/samples/sca/helloworldwsclientOM/src/main/java/helloworldOM/HelloWorldServiceComponent.java Tue Aug 15 13:01:52 2006
@@ -21,7 +21,6 @@
 import org.apache.axiom.om.OMElement;
 import org.osoa.sca.annotations.Scope;
 
-
 /**
  * This client program shows how to create an SCA runtime, start it,
  * locate the HelloWorld service and invoke it.
@@ -36,7 +35,6 @@
     public void setHelloWorldService(HelloWorldService helloWorldService) {
         
         this.helloWorldService = helloWorldService;
-        
     }
 
     public OMElement getGreetings(OMElement name) {



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org