Author: svkrish
Date: Sat Oct 21 12:16:28 2006
New Revision: 466439

URL: http://svn.apache.org/viewvc?view=rev&rev=466439
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/HelloWorldService.java

Modified: 
incubator/tuscany/branches/sca-java-M2/samples/webapp/helloworldws/src/main/java/helloworld/HelloWorldService.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/samples/webapp/helloworldws/src/main/java/helloworld/HelloWorldService.java?view=diff&rev=466439&r1=466438&r2=466439
==============================================================================
--- 
incubator/tuscany/branches/sca-java-M2/samples/webapp/helloworldws/src/main/java/helloworld/HelloWorldService.java
 (original)
+++ 
incubator/tuscany/branches/sca-java-M2/samples/webapp/helloworldws/src/main/java/helloworld/HelloWorldService.java
 Sat Oct 21 12:16:28 2006
@@ -25,7 +25,7 @@
 import commonj.sdo.DataObject;
 
 /**
- * This is the business interface of the HelloWorld greetings service.
+ * This is the business interface of the HelloWorld Greetings Service.
  */
 @Remotable
 @Service
@@ -34,8 +34,6 @@
     public String getGreetings(String name);
     @DataType(name="commonj.sdo.DataObject")
     public String getGreetings1(DataObject name);
-    
-    public double getNumber(double seed);
 
 }
 



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

Reply via email to