Author: svkrish
Date: Sat Oct 21 12:16:08 2006
New Revision: 466438

URL: http://svn.apache.org/viewvc?view=rev&rev=466438
Log:
Rolling back to Rev.464613 (to rectify accidental commit of some changes as 
part of the Calculator WS check in)

Modified:
    
incubator/tuscany/branches/sca-java-M2/samples/webapp/helloworldws/src/main/java/helloworld/HelloWorldImpl.java

Modified: 
incubator/tuscany/branches/sca-java-M2/samples/webapp/helloworldws/src/main/java/helloworld/HelloWorldImpl.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/samples/webapp/helloworldws/src/main/java/helloworld/HelloWorldImpl.java?view=diff&rev=466438&r1=466437&r2=466438
==============================================================================
--- 
incubator/tuscany/branches/sca-java-M2/samples/webapp/helloworldws/src/main/java/helloworld/HelloWorldImpl.java
 (original)
+++ 
incubator/tuscany/branches/sca-java-M2/samples/webapp/helloworldws/src/main/java/helloworld/HelloWorldImpl.java
 Sat Oct 21 12:16:08 2006
@@ -23,7 +23,7 @@
 import commonj.sdo.DataObject;
 
 /**
- * This class implements the HelloWorld service.
+ * This class implements the HelloWorld Service.
  */
 @Service(HelloWorldService.class)
 public class HelloWorldImpl implements HelloWorldService {
@@ -38,7 +38,4 @@
         return "Hello " + firstName + " " + lastName;
     }
 
-    public double getNumber(double seed) {
-       return 100.25 + seed;
-    }
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to