You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2018/09/02 20:30:33 UTC

[sling-org-apache-sling-tenant] 02/03: fix javadoc error

This is an automated email from the ASF dual-hosted git repository.

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-tenant.git

commit db310864d41a4e2921a2401afe3b0ff3ac8959a4
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Sun Sep 2 22:18:48 2018 +0200

    fix javadoc error
---
 src/main/java/org/apache/sling/tenant/TenantManager.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/tenant/TenantManager.java b/src/main/java/org/apache/sling/tenant/TenantManager.java
index 94d5b55..437169a 100644
--- a/src/main/java/org/apache/sling/tenant/TenantManager.java
+++ b/src/main/java/org/apache/sling/tenant/TenantManager.java
@@ -107,7 +107,7 @@ public interface TenantManager {
      * unless the {@code properties} parameter is {@code null} or empty.
      *
      * @param tenant The tenant from which to remove properties.
-     * @param properties The list of properties to be removed. If this is
+     * @param propertyNames The list of properties to be removed. If this is
      *            {@code null} or empty, nothing happens and the
      *            {@link org.apache.sling.tenant.spi.TenantCustomizer} is not
      *            called.