X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.api%2Fsrc%2Forg%2Fargeo%2Fapi%2Fgcr%2FContentRepository.java;fp=org.argeo.api%2Fsrc%2Forg%2Fargeo%2Fapi%2Fgcr%2FContentRepository.java;h=0000000000000000000000000000000000000000;hb=7d2a002f5dcfe8a8c7b29803b70d4b1aff265ed1;hp=0807075ced23eb3a62767a395803604d674cce22;hpb=865fc51900459b888938cc0d6943673ee6f20d09;p=lgpl%2Fargeo-commons.git 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 index 0807075ce..000000000 --- a/org.argeo.api/src/org/argeo/api/gcr/ContentRepository.java +++ /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 get(Locale locale); -}