diff options
Diffstat (limited to 'java/sca/tutorials/store/store-test/client')
-rw-r--r-- | java/sca/tutorials/store/store-test/client/Shopper.java | 2 |
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 { |