Add missing @return tag.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137737 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2003-12-29 01:30:10 +00:00
parent b10d0bbead
commit ee9ae46b05
1 changed files with 2 additions and 1 deletions

View File

@ -125,7 +125,7 @@
* @author Gary Gregory
* @author Pete Gieser
* @since 1.0
* @version $Id: ToStringBuilder.java,v 1.30 2003/10/23 22:25:16 ggregory Exp $
* @version $Id: ToStringBuilder.java,v 1.31 2003/12/29 01:30:10 ggregory Exp $
*/
public class ToStringBuilder {
@ -973,6 +973,7 @@ public ToStringBuilder append(String fieldName, short[] array, boolean fullDetai
* {@link System#identityHashCode(java.lang.Object)}.</p>
*
* @param object the <code>Object</code> whose class name and id to output
* @return this
* @since 2.0
*/
public ToStringBuilder appendAsObjectToString(Object object) {