summaryrefslogtreecommitdiffstats
path: root/java/sca/tutorials/store/store-test/client/Shopper.java
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--java/sca/tutorials/store/store-test/client/Shopper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/tutorials/store/store-test/client/Shopper.java b/java/sca/tutorials/store/store-test/client/Shopper.java
index f8643d4c52..4e2fa63493 100644
--- a/java/sca/tutorials/store/store-test/client/Shopper.java
+++ b/java/sca/tutorials/store/store-test/client/Shopper.java
@@ -19,7 +19,7 @@
package client;
-import org.osoa.sca.annotations.Remotable;
+import org.oasisopen.sca.annotation.Remotable;
@Remotable
public interface Shopper {