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 2012/07/17 10:25:16 UTC

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

Author: cziegeler
Date: Tue Jul 17 08:25:16 2012
New Revision: 1362404

URL: http://svn.apache.org/viewvc?rev=1362404&view=rev
Log:
SLING-2530 : Implement CRUD based on resources (WiP)

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

Modified: sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/ModifiableValueMap.java
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/ModifiableValueMap.java?rev=1362404&r1=1362403&r2=1362404&view=diff
==============================================================================
--- sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/ModifiableValueMap.java (original)
+++ sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/ModifiableValueMap.java Tue Jul 17 08:25:16 2012
@@ -33,6 +33,9 @@ package org.apache.sling.api.resource;
  * you get a new map instance which does not share modified
  * properties with other representations.
  *
+ * TODO - we can convert this to a plain marker interface and
+ * directly set the changes properties in the persistence layer!
+ *
  * @since 2.2
  */
 public interface ModifiableValueMap extends ValueMap {