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:
parent
3efd6ccdbf
commit
d99f581745
|
@ -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$
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue