summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/photo-gallery/src/main/java/services/jcr/AlbumImpl.java
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--java/sca/samples/photo-gallery/src/main/java/services/jcr/AlbumImpl.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/samples/photo-gallery/src/main/java/services/jcr/AlbumImpl.java b/java/sca/samples/photo-gallery/src/main/java/services/jcr/AlbumImpl.java
index ac4e6f52f4..8ede831ea0 100644
--- a/java/sca/samples/photo-gallery/src/main/java/services/jcr/AlbumImpl.java
+++ b/java/sca/samples/photo-gallery/src/main/java/services/jcr/AlbumImpl.java
@@ -33,8 +33,8 @@ import javax.jcr.Session;
import javax.jcr.SimpleCredentials;
import org.apache.jackrabbit.core.TransientRepository;
-import org.osoa.sca.annotations.Init;
-import org.osoa.sca.annotations.Property;
+import org.oasisopen.sca.annotation.Init;
+import org.oasisopen.sca.annotation.Property;
import services.Album;