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:
parent
0e07a3b099
commit
ab29453ec2
|
@ -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>
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue