You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2014/10/13 12:10:54 UTC

svn commit: r1631328 - /sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/ResourceResolverFactory.java

Author: cziegeler
Date: Mon Oct 13 10:10:53 2014
New Revision: 1631328

URL: http://svn.apache.org/r1631328
Log:
Add missing since tag

Modified:
    sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/ResourceResolverFactory.java

Modified: sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/ResourceResolverFactory.java
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/ResourceResolverFactory.java?rev=1631328&r1=1631327&r2=1631328&view=diff
==============================================================================
--- sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/ResourceResolverFactory.java (original)
+++ sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/ResourceResolverFactory.java Mon Oct 13 10:10:53 2014
@@ -61,6 +61,7 @@ public interface ResourceResolverFactory
      * the user for which to create a resource resolver and change the password during login.
      * <p>
      * The type of this property, if present, is <code>String</code>.
+     * @since 2.7
      */
     String NEW_PASSWORD = "user.newpassword";