Author: jukka
Date: Tue Dec 15 16:23:46 2009
New Revision: 890869
URL: http://svn.apache.org/viewvc?rev=890869&view=rev
Log:
JCR-2439: More utility methods in JcrUtils
Minor javadoc improvement
Modified:
jackrabbit/trunk/jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/JcrUtils.java
Modified: jackrabbit/trunk/jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/JcrUtils.java
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/JcrUtils.java?rev=890869&r1=890868&r2=890869&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/JcrUtils.java
(original)
+++ jackrabbit/trunk/jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/JcrUtils.java
Tue Dec 15 16:23:46 2009
@@ -537,7 +537,7 @@
* <p>
* The returned string is not meant to be parsed and the exact contents
* can change in future releases. The current string representation of
- * a node is "path [type]" and the representation of a property is
+ * a node is "/path/to/node [type]" and the representation of a property is
* "@name = value(s)". Binary values are expressed like "<123 bytes>"
* and other values as their standard binary representation. Multi-valued
* properties have their values listed in like "[ v1, v2, v3, ... ]". No
|