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:
parent
4e2e9e9b01
commit
a3a7c5df2e
4 changed files with 8 additions and 2 deletions
|
@ -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, " +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue