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:
committed by
Tom Tromey
parent
4e2e9e9b01
commit
a3a7c5df2e
@@ -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, " +
|
||||
|
||||
Reference in New Issue
Block a user