You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by st...@apache.org on 2010/07/21 17:55:22 UTC

svn commit: r966286 - /jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/PathFactory.java

Author: stefan
Date: Wed Jul 21 15:55:22 2010
New Revision: 966286

URL: http://svn.apache.org/viewvc?rev=966286&view=rev
Log:
fixed javadoc

Modified:
    jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/PathFactory.java

Modified: jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/PathFactory.java
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/PathFactory.java?rev=966286&r1=966285&r2=966286&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/PathFactory.java (original)
+++ jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/PathFactory.java Wed Jul 21 15:55:22 2010
@@ -25,7 +25,7 @@ public interface PathFactory {
 
     /**
      * Return a new <code>Path</code> out of the given <code>parent<code> path
-     * string and the given relative path string. If <code>normalize</code> is
+     * and the given relative path. If <code>normalize</code> is
      * <code>true</code>, the returned path will be normalized (or
      * canonicalized, if the parent path is absolute).
      *
@@ -41,7 +41,7 @@ public interface PathFactory {
 
     /**
      * Creates a new <code>Path</code> out of the given <code>parent<code> path
-     * string and the give name. If <code>normalize</code> is <code>true</code>,
+     * and the give name. If <code>normalize</code> is <code>true</code>,
      * the returned path will be normalized (or canonicalized, if the parent
      * path is absolute). Use {@link PathFactory#create(Path, Name, int, boolean)}
      * in order to build a <code>Path</code> having an index with his name element.