LANG-399 - Javadoc fixes

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@610452 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2008-01-09 16:53:06 +00:00
parent 535546eb38
commit d3e28b6802
4 changed files with 4 additions and 4 deletions

View File

@ -1487,7 +1487,7 @@ public void testGetLevenshteinDistance_StringString() {
}
/**
* A sanity check for {@link StringUtils.EMPTY}.
* A sanity check for {@link StringUtils#EMPTY}.
*/
public void testEMPTY() {
assertNotNull(StringUtils.EMPTY);

View File

@ -31,7 +31,7 @@
import junit.framework.TestSuite;
import junit.textui.TestRunner;
/**
* Unit tests {@link org.apache.commons.lang.util.Validate}.
* Unit tests {@link org.apache.commons.lang.Validate}.
*
* @author Stephen Colebourne
* @author Norm Deane

View File

@ -24,7 +24,7 @@
import junit.framework.TestCase;
/**
* Unit tests {@link org.apache.commons.lang.builder.ToStringStyle.SHORT_PREFIX_STYLE}.
* Unit tests {@link org.apache.commons.lang.builder.ToStringStyle#SHORT_PREFIX_STYLE}.
*
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
* @version $Id$

View File

@ -1034,7 +1034,7 @@ public Throwable getThrowable(int index)
}
/**
* @see Nestable#getThrowableS()
* @see Nestable#getThrowables()
*/
public Throwable[] getThrowables()
{