diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-01-28 17:08:39 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-01-28 17:08:39 +0000 |
commit | b55c3cc89172910f3f4e16768089874476e75255 (patch) | |
tree | 7545051e52fc2a646d477672702c42a17c8186b4 /libjava/classpath/java/util/SimpleTimeZone.java | |
parent | bcedfa2370c711aff72b85bdde22a79b92fe9a5c (diff) | |
download | ppe42-gcc-b55c3cc89172910f3f4e16768089874476e75255.tar.gz ppe42-gcc-b55c3cc89172910f3f4e16768089874476e75255.zip |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131912 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/classpath/java/util/SimpleTimeZone.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 14821ba0274..4f1840173e1 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. |