diff options
author | Bernhard Fischer <rep.dot.nop@gmail.com> | 2008-01-28 18:08:39 +0100 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2008-01-28 17:08:39 +0000 |
commit | a3a7c5df2edb4b6b9f9fbdbbea42f0b2e547ee6a (patch) | |
tree | 7545051e52fc2a646d477672702c42a17c8186b4 /libjava/classpath/java | |
parent | 4e2e9e9b0180729138e73488f421848178b27e3f (diff) | |
download | gcc-a3a7c5df2edb4b6b9f9fbdbbea42f0b2e547ee6a.zip gcc-a3a7c5df2edb4b6b9f9fbdbbea42f0b2e547ee6a.tar.gz gcc-a3a7c5df2edb4b6b9f9fbdbbea42f0b2e547ee6a.tar.bz2 |
SimpleTimeZone.java (SimpleTimeZone): Fix typo in comment.
2008-01-27 Bernhard Fischer <rep.dot.nop@gmail.com>
* java/util/SimpleTimeZone.java (SimpleTimeZone): Fix typo in comment.
* gnu/CORBA/GIOP/v1_2/RequestHeader.java (RequestHeader): Fix typo in
exception message.
From-SVN: r131912
Diffstat (limited to 'libjava/classpath/java')
-rw-r--r-- | libjava/classpath/java/util/SimpleTimeZone.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/classpath/java/util/SimpleTimeZone.java b/libjava/classpath/java/util/SimpleTimeZone.java index 14821ba..4f18401 100644 --- a/libjava/classpath/java/util/SimpleTimeZone.java +++ b/libjava/classpath/java/util/SimpleTimeZone.java @@ -999,7 +999,7 @@ public class SimpleTimeZone extends TimeZone /** * Serializes this object to a stream. @serialdata The object is * first written in the old JDK 1.1 format, so that it can be read - * by by the old classes. This means, that the + * by the old classes. This means, that the * <code>start/endDay(OfWeek)</code>-Fields are written in the * DOW_IN_MONTH_MODE rule, since this was the only supported rule * in 1.1. |