You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by gg...@apache.org on 2006/12/09 00:27:19 UTC

svn commit: r484844 - /jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/IOCase.java

Author: ggregory
Date: Fri Dec  8 15:27:18 2006
New Revision: 484844

URL: http://svn.apache.org/viewvc?view=rev&rev=484844
Log:
2 Javadoc fixes.

Modified:
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/IOCase.java

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/IOCase.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/IOCase.java?view=diff&rev=484844&r1=484843&r2=484844
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/IOCase.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/IOCase.java Fri Dec  8 15:27:18 2006
@@ -146,7 +146,7 @@
     /**
      * Checks if one string starts with another using the case-sensitivity rule.
      * <p>
-     * This method mimics {@link String#startsWith} but takes case-sensitivity
+     * This method mimics {@link String#startsWith(String)} but takes case-sensitivity
      * into account.
      * 
      * @param str  the string to check, not null
@@ -177,8 +177,8 @@
     /**
      * Checks if one string contains another at a specific index using the case-sensitivity rule.
      * <p>
-     * This method mimics parts of {@link String#regionMatches} but takes case-sensitivity
-     * into account.
+     * This method mimics parts of {@link String#regionMatches(boolean, int, String, int, int)} 
+     * but takes case-sensitivity into account.
      * 
      * @param str  the string to check, not null
      * @param strStartIndex  the index to start at in str



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org