You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by an...@apache.org on 2006/07/10 11:40:26 UTC

svn commit: r420471 - /jackrabbit/trunk/jackrabbit/src/main/java/org/apache/jackrabbit/name/NameFormat.java

Author: angela
Date: Mon Jul 10 02:40:22 2006
New Revision: 420471

URL: http://svn.apache.org/viewvc?rev=420471&view=rev
Log:
javadoc: swap return value of parse methods

Modified:
    jackrabbit/trunk/jackrabbit/src/main/java/org/apache/jackrabbit/name/NameFormat.java

Modified: jackrabbit/trunk/jackrabbit/src/main/java/org/apache/jackrabbit/name/NameFormat.java
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit/src/main/java/org/apache/jackrabbit/name/NameFormat.java?rev=420471&r1=420470&r2=420471&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit/src/main/java/org/apache/jackrabbit/name/NameFormat.java (original)
+++ jackrabbit/trunk/jackrabbit/src/main/java/org/apache/jackrabbit/name/NameFormat.java Mon Jul 10 02:40:22 2006
@@ -58,8 +58,7 @@
      * the second the local name.
      *
      * @param jcrName the name to be parsed
-     * @return An array holding two strings: the first array element contains
-     *         the prefix (or empty string), the second the local name.
+     * @return qName the new <code>QName</code>
      * @throws IllegalNameException If <code>jcrName</code> is not a valid
      *                              JCR-style name.
      */
@@ -81,7 +80,8 @@
      * the second the local name.
      *
      * @param jcrName the name to be parsed
-     * @return qName
+     * @return An array holding two strings: the first array element contains
+     * the prefix (or empty string), the second the local name.
      * @throws IllegalNameException If <code>jcrName</code> is not a valid
      *                              JCR-style name.
      */