This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-tenant.git
commit a4f095d43c40bb979b9d09e77af0f68f518e98f7 Author: Carsten Ziegeler <[email protected]> AuthorDate: Mon Apr 22 11:56:25 2013 +0000 Minor javadoc updates git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1470466 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/sling/tenant/TenantProvider.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/java/org/apache/sling/tenant/TenantProvider.java b/src/main/java/org/apache/sling/tenant/TenantProvider.java index 6c8a9d7..f810e32 100644 --- a/src/main/java/org/apache/sling/tenant/TenantProvider.java +++ b/src/main/java/org/apache/sling/tenant/TenantProvider.java @@ -25,9 +25,6 @@ import aQute.bnd.annotation.ProviderType; /** * The <code>TenantProvider</code> defines the service interface * which may be asked for {@link Tenant tenant instances}. - * <p> - * For now this provider interface provides access to a tenant applying to a - * particular request as well as to all tenants known to this provider. */ @ProviderType public interface TenantProvider { -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
