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 2009/09/29 14:52:03 UTC

svn commit: r819911 - /sling/trunk/bundles/jcr/resource/src/main/java/org/apache/sling/jcr/resource/JcrModifiablePropertyMap.java

Author: cziegeler
Date: Tue Sep 29 12:52:02 2009
New Revision: 819911

URL: http://svn.apache.org/viewvc?rev=819911&view=rev
Log:
SLING-1126 : Add since tag.

Modified:
    sling/trunk/bundles/jcr/resource/src/main/java/org/apache/sling/jcr/resource/JcrModifiablePropertyMap.java

Modified: sling/trunk/bundles/jcr/resource/src/main/java/org/apache/sling/jcr/resource/JcrModifiablePropertyMap.java
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/resource/src/main/java/org/apache/sling/jcr/resource/JcrModifiablePropertyMap.java?rev=819911&r1=819910&r2=819911&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/resource/src/main/java/org/apache/sling/jcr/resource/JcrModifiablePropertyMap.java (original)
+++ sling/trunk/bundles/jcr/resource/src/main/java/org/apache/sling/jcr/resource/JcrModifiablePropertyMap.java Tue Sep 29 12:52:02 2009
@@ -39,6 +39,7 @@
      * Constructor
      * @param node The underlying node.
      * @param dynamicCL Dynamic class loader for loading serialized objects.
+     * @since 2.0.6
      */
     public JcrModifiablePropertyMap(final Node node, final ClassLoader dynamicCL) {
         super(node, dynamicCL);