Clean up Javadocs. You do not need to refer to classes in java.lang with a FQCN.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1586295 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2014-04-10 13:20:28 +00:00
parent 3efd6ccdbf
commit d99f581745
1 changed files with 2 additions and 2 deletions

View File

@ -17,10 +17,10 @@
package org.apache.commons.lang3;
/**
* <p>Operations on {@link java.lang.CharSequence} that are
* <p>Operations on {@link CharSequence} that are
* {@code null} safe.</p>
*
* @see java.lang.CharSequence
* @see CharSequence
* @since 3.0
* @version $Id$
*/