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/03/19 17:33:18 UTC

[sling-org-apache-sling-i18n] branch master updated: cosmetic: remove misleading part of config description about service username/password parameters that were removed in SLING-5233

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-i18n.git


The following commit(s) were added to refs/heads/master by this push:
     new a83b753  cosmetic: remove misleading part of config description about service username/password parameters that were removed in SLING-5233
a83b753 is described below

commit a83b753e9aab36e5e8dd6a241a5db89ae8c98305
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Mon Mar 19 18:31:44 2018 +0100

    cosmetic: remove misleading part of config description about service username/password parameters that were removed in SLING-5233
---
 .../java/org/apache/sling/i18n/impl/JcrResourceBundleProvider.java  | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/main/java/org/apache/sling/i18n/impl/JcrResourceBundleProvider.java b/src/main/java/org/apache/sling/i18n/impl/JcrResourceBundleProvider.java
index ec242eb..0b97f10 100644
--- a/src/main/java/org/apache/sling/i18n/impl/JcrResourceBundleProvider.java
+++ b/src/main/java/org/apache/sling/i18n/impl/JcrResourceBundleProvider.java
@@ -87,11 +87,7 @@ public class JcrResourceBundleProvider implements ResourceBundleProvider, Resour
     private static final Pattern USER_ASSIGNED_COUNTRY_CODES_PATTERN = Pattern.compile("aa|q[m-z]|x[a-z]|zz");
 
     @ObjectClassDefinition(name ="Apache Sling I18N Resource Bundle Provider",
-            description ="ResourceBundleProvider service which loads the messages "+
-                 "from the repository. If the user name field is left empty, the provider will "+
-                 "log into the repository as the administrative user. Otherwise the given user "+
-                 "name and password are used to access the repository. Failing to access the "+
-                 "repository, effectively disables the provider.")
+            description ="ResourceBundleProvider service which loads the messages from the repository.")
     public @interface Config {
 
         @AttributeDefinition(name = "Default Locale",

-- 
To stop receiving notification emails like this one, please contact
sseifert@apache.org.