Rename GCR to ACR.
[lgpl/argeo-commons.git] / org.argeo.api / src / org / argeo / api / gcr / ContentRepository.java
diff --git a/org.argeo.api/src/org/argeo/api/gcr/ContentRepository.java b/org.argeo.api/src/org/argeo/api/gcr/ContentRepository.java
deleted file mode 100644 (file)
index 0807075..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-package org.argeo.api.gcr;
-
-import java.util.Locale;
-import java.util.function.Supplier;
-
-/**
- * A content repository is an actually running implementation of various kind of
- * content system. It allows a pre-authenticated caller to open a session.
- */
-public interface ContentRepository extends Supplier<ContentSession> {
-       ContentSession get(Locale locale);
-}