diff options
Diffstat (limited to 'libjava/java/text/BreakIterator.java')
-rw-r--r-- | libjava/java/text/BreakIterator.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/text/BreakIterator.java b/libjava/java/text/BreakIterator.java index a79db8c..7fbc16b 100644 --- a/libjava/java/text/BreakIterator.java +++ b/libjava/java/text/BreakIterator.java @@ -1,5 +1,5 @@ /* BreakIterator.java -- Breaks text into elements - Copyright (C) 1998, 1999, 2001, 2004 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2001, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -53,7 +53,7 @@ import java.util.ResourceBundle; * class will be valid upon creation. That is, their methods will * not cause exceptions if called before you call setText(). * - * @author Tom Tromey <tromey@cygnus.com> + * @author Tom Tromey (tromey@cygnus.com) * @author Aaron M. Renn (arenn@urbanophile.com) * @date March 19, 1999 */ |