diff options
Diffstat (limited to 'libjava/java/text/CollationKey.java')
-rw-r--r-- | libjava/java/text/CollationKey.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libjava/java/text/CollationKey.java b/libjava/java/text/CollationKey.java index ff57446..9517756 100644 --- a/libjava/java/text/CollationKey.java +++ b/libjava/java/text/CollationKey.java @@ -1,6 +1,6 @@ /* CollationKey.java -- Precomputed collation value + Copyright (C) 1998, 1999, 2000, 2003 Free Software Foundation, Inc. -/* Copyright (C) 1999, 2000 Free Software Foundation This file is part of GNU Classpath. GNU Classpath is free software; you can redistribute it and/or modify @@ -61,6 +61,7 @@ package java.text; * * @author Aaron M. Renn <arenn@urbanophile.com> * @author Tom Tromey <tromey@cygnus.com> + * @date March 25, 1999 */ public final class CollationKey implements Comparable { |