Added some javadoc

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137049 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2002-09-19 19:42:59 +00:00
parent bcc5b99ca4
commit 4ff3b6c75c
1 changed files with 4 additions and 1 deletions

View File

@ -91,9 +91,12 @@
* </code>
* This will produce a toString of the format:
* <code>Person@7f54[name=Stephen,age=29,smoker=false]</code>
* <p>
* The exact format of the toString is determined by the {@link ToStringStyle}
* passed into the constructor.
*
* @author <a href="mailto:scolebourne@joda.org">Stephen Colebourne</a>
* @version $Id: ToStringBuilder.java,v 1.1 2002/09/17 22:07:20 scolebourne Exp $
* @version $Id: ToStringBuilder.java,v 1.2 2002/09/19 19:42:59 scolebourne Exp $
*/
public class ToStringBuilder {