Author: cziegeler
Date: Tue Nov 3 23:42:57 2009
New Revision: 832611
URL: http://svn.apache.org/viewvc?rev=832611&view=rev
Log:
Clean up code
Modified:
sling/trunk/bundles/jcr/ocm/src/main/java/org/apache/sling/jcr/ocm/DefaultMappedObject.java
Modified:
sling/trunk/bundles/jcr/ocm/src/main/java/org/apache/sling/jcr/ocm/DefaultMappedObject.java
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/ocm/src/main/java/org/apache/sling/jcr/ocm/DefaultMappedObject.java?rev=832611&r1=832610&r2=832611&view=diff
==============================================================================
---
sling/trunk/bundles/jcr/ocm/src/main/java/org/apache/sling/jcr/ocm/DefaultMappedObject.java
(original)
+++
sling/trunk/bundles/jcr/ocm/src/main/java/org/apache/sling/jcr/ocm/DefaultMappedObject.java
Tue Nov 3 23:42:57 2009
@@ -230,7 +230,7 @@
* Sets the value of the indexed property.
* <p>
* For the special property <code>properties</code> the
- * {...@link #setProperties(ManagedHashMap)} method is called to insert all
+ * {...@link #setProperties(ManageableMap)} method is called to insert all
* elements of the <code>value</code> which must be a <code>Map</code>
* into this map.
*