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

rombert pushed a commit to annotated tag org.apache.sling.caconfig.spi-1.3.0
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-caconfig-spi.git

commit af913e2eb0c2d51779b1ba39c3ede5b24784c3b7
Author: Stefan Seifert <[email protected]>
AuthorDate: Tue Dec 13 11:43:42 2016 +0000

    fix javadoc errors
    
    git-svn-id: 
https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/contextaware-config/spi@1773956
 13f79535-47bb-0310-9956-ffa450edef68
---
 .../org/apache/sling/caconfig/spi/ConfigurationPersistenceStrategy.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/sling/caconfig/spi/ConfigurationPersistenceStrategy.java
 
b/src/main/java/org/apache/sling/caconfig/spi/ConfigurationPersistenceStrategy.java
index 505ff51..37f6de6 100644
--- 
a/src/main/java/org/apache/sling/caconfig/spi/ConfigurationPersistenceStrategy.java
+++ 
b/src/main/java/org/apache/sling/caconfig/spi/ConfigurationPersistenceStrategy.java
@@ -53,7 +53,7 @@ public interface ConfigurationPersistenceStrategy {
      * The changes are written using the given resource resolver. They are not 
committed, this is left to the caller.
      * @param resourceResolver Resource resolver
      * @param configResourcePath Path to store configuration data to. The 
resource (and it's parents) may not exist and may have to be created. 
-     * @param data Configuration persistence data
+     * @param data Configuration data to be stored. All existing properties 
are erased and replaced with the new ones.
      * @return true if the data was persisted. false if persisting the data 
was not accepted by this persistence strategy
      *      (in case of error throw an exception).
      */

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to