summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/helloworld-ws-sdo-webapp/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/samples/helloworld-ws-sdo-webapp/src/main')
-rw-r--r--java/sca/samples/helloworld-ws-sdo-webapp/src/main/java/helloworld/HelloWorld.java2
-rw-r--r--java/sca/samples/helloworld-ws-sdo-webapp/src/main/java/helloworld/HelloWorldImpl.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/samples/helloworld-ws-sdo-webapp/src/main/java/helloworld/HelloWorld.java b/java/sca/samples/helloworld-ws-sdo-webapp/src/main/java/helloworld/HelloWorld.java
index eb82418516..3123223cd3 100644
--- a/java/sca/samples/helloworld-ws-sdo-webapp/src/main/java/helloworld/HelloWorld.java
+++ b/java/sca/samples/helloworld-ws-sdo-webapp/src/main/java/helloworld/HelloWorld.java
@@ -25,7 +25,7 @@
*/
package helloworld;
-import org.osoa.sca.annotations.Remotable;
+import org.oasisopen.sca.annotation.Remotable;
/*
* HelloWorld java interface
diff --git a/java/sca/samples/helloworld-ws-sdo-webapp/src/main/java/helloworld/HelloWorldImpl.java b/java/sca/samples/helloworld-ws-sdo-webapp/src/main/java/helloworld/HelloWorldImpl.java
index 3d6576aca0..ed99edb2a2 100644
--- a/java/sca/samples/helloworld-ws-sdo-webapp/src/main/java/helloworld/HelloWorldImpl.java
+++ b/java/sca/samples/helloworld-ws-sdo-webapp/src/main/java/helloworld/HelloWorldImpl.java
@@ -20,7 +20,7 @@ package helloworld;
import java.util.List;
-import org.osoa.sca.annotations.Service;
+import org.oasisopen.sca.annotation.Service;
@Service(HelloWorld.class)
public class HelloWorldImpl implements HelloWorld {