diff options
author | Aaron M. Renn <arenn@urbanophile.com> | 1999-04-02 02:31:34 +0000 |
---|---|---|
committer | Aaron M. Renn <arenn@urbanophile.com> | 1999-04-02 02:31:34 +0000 |
commit | d80fddc95d39795a33afedc7a59b54a4e201d50e (patch) | |
tree | f25b41a62175dc7dca81b7e58a9c9c3f71139d1c /java/text/BreakIterator.java | |
parent | 4db808a2a6196db3500af6f48c6818fc20ce66db (diff) | |
download | classpath-d80fddc95d39795a33afedc7a59b54a4e201d50e.tar.gz |
Misc fixes.
Diffstat (limited to 'java/text/BreakIterator.java')
-rw-r--r-- | java/text/BreakIterator.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/java/text/BreakIterator.java b/java/text/BreakIterator.java index c845dd467..e00eef641 100644 --- a/java/text/BreakIterator.java +++ b/java/text/BreakIterator.java @@ -34,8 +34,6 @@ import java.util.MissingResourceException; * type is created by calling one of the static factory methods, not * by directly calling a constructor. * - * @version 0.0 - * * @author Aaron M. Renn (arenn@urbanophile.com) */ public abstract class BreakIterator implements Cloneable, Serializable |