Fixed incorrect JDK API link.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@491757 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2007-01-02 07:50:12 +00:00
parent 0e07a3b099
commit ab29453ec2
1 changed files with 1 additions and 1 deletions

View File

@ -1008,7 +1008,7 @@ public class StringUtils {
/**
* <p>Checks if String contains a search String, handling <code>null</code>.
* This method uses {@link String#indexOf(int)}.</p>
* This method uses {@link String#indexOf(String)}.</p>
*
* <p>A <code>null</code> String will return <code>false</code>.</p>
*