aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/text/DateFormatSymbols.java
diff options
context:
space:
mode:
authorno-author <no-author@gcc.gnu.org>2005-04-15 21:00:08 +0000
committerno-author <no-author@gcc.gnu.org>2005-04-15 21:00:08 +0000
commit08810e67d6728140c6fca38ee0049899930010e6 (patch)
treee9fd76cea939888cab31d98ff114aa4295ae743d /libjava/java/text/DateFormatSymbols.java
parent5b5fcc5945558d32c619dd3047ae0ee16a6edd2f (diff)
This commit was manufactured by cvs2svn to create tagapple/gcc-5008
'apple-gcc-5008'. git-svn-id: https://gcc.gnu.org/svn/gcc/tags/apple-gcc-5008@98212 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/java/text/DateFormatSymbols.java')
-rw-r--r--libjava/java/text/DateFormatSymbols.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/text/DateFormatSymbols.java b/libjava/java/text/DateFormatSymbols.java
index b9b71ba36a7..9555cfb67bc 100644
--- a/libjava/java/text/DateFormatSymbols.java
+++ b/libjava/java/text/DateFormatSymbols.java
@@ -1,5 +1,5 @@
/* DateFormatSymbols.java -- Format over a range of numbers
- Copyright (C) 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2000, 2001, 2003, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -45,7 +45,7 @@ import java.util.ResourceBundle;
/**
* This class acts as container for locale specific date/time formatting
* information such as the days of the week and the months of the year.
- * @author Per Bothner <bothner@cygnus.com>
+ * @author Per Bothner (bothner@cygnus.com)
* @date October 24, 1998.
*/
/* Written using "Java Class Libraries", 2nd edition, ISBN 0-201-31002-3.