summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest/spring/src/main/java/helloworld/HelloWorld.java
diff options
context:
space:
mode:
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);