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
This commit is contained in:
Bernhard Fischer 2008-01-28 18:08:39 +01:00 committed by Tom Tromey
parent 4e2e9e9b01
commit a3a7c5df2e
4 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
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.
2008-01-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* doc/README.jaxp: Fix typos.

View File

@ -153,7 +153,7 @@ public class RequestHeader
throw new NO_IMPLEMENT("Object addressing by IOP tagged profile");
case ReferenceAddr :
throw new NO_IMPLEMENT("Object addressing by by IOR addressing info");
throw new NO_IMPLEMENT("Object addressing by IOR addressing info");
default :
MARSHAL m = new MARSHAL("Unknow addressing method in request, " +

View File

@ -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.