Fix javadoc, was missing a </code>.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137323 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cc411622e9
commit
199ec3aa9c
|
@ -62,12 +62,13 @@ import java.util.StringTokenizer;
|
|||
* @author Henri Yandell
|
||||
* @author Stephen Colebourne
|
||||
* @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
|
||||
* @version $Id: WordWrapUtils.java,v 1.2 2003/04/26 16:17:05 scolebourne Exp $
|
||||
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
|
||||
* @version $Id: WordWrapUtils.java,v 1.3 2003/05/20 21:11:07 ggregory Exp $
|
||||
*/
|
||||
public class WordWrapUtils {
|
||||
|
||||
/**
|
||||
* <p><code>WordWrapUtils<code> instances should NOT be constructed in
|
||||
* <p><code>WordWrapUtils</code> instances should NOT be constructed in
|
||||
* standard programming. Instead, the class should be used as
|
||||
* <code>WordWrapUtils.woodWrap("foo bar");</code>.</p>
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue