summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest/spring/src/main/java/helloworld/HelloWorld.java
diff options
context:
space:
mode:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2009-08-11 16:45:08 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2009-08-11 16:45:08 +0000
commit7d824227f4400206ceb3849fb01d461d0b42a9c3 (patch)
treed04c12423e381eed8d525aa24e187e8424ee0e33 /branches/sca-java-1.x/itest/spring/src/main/java/helloworld/HelloWorld.java
parentc2ae558689ee77ea9b62f21edb8fead374c0f1c0 (diff)
Fixes for TUSCANY-3202
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803202 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/itest/spring/src/main/java/helloworld/HelloWorld.java')
-rw-r--r--branches/sca-java-1.x/itest/spring/src/main/java/helloworld/HelloWorld.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/branches/sca-java-1.x/itest/spring/src/main/java/helloworld/HelloWorld.java b/branches/sca-java-1.x/itest/spring/src/main/java/helloworld/HelloWorld.java
index e0987096f6..46f8facf78 100644
--- a/branches/sca-java-1.x/itest/spring/src/main/java/helloworld/HelloWorld.java
+++ b/branches/sca-java-1.x/itest/spring/src/main/java/helloworld/HelloWorld.java
@@ -19,15 +19,12 @@
package helloworld;
-import org.osoa.sca.annotations.Remotable;
-
/**
* Interface for the "hello world" service - predictably simple with a single operation
* "sayHello"
*
* @version $Rev$ $Date$
*/
-@Remotable
public interface HelloWorld {
String sayHello(String s);