JNDI patch

Joerg Brunsmann joerg_brunsmann@yahoo.de
Tue Mar 27 04:36:00 GMT 2001


Hi,

this patch brings the javax/naming code closer to compile territory.
Can someone please check it in. Thanks.

Jörg

Index: naming/InitialContext.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/javax/naming/InitialContext.java,v
retrieving revision 1.3
diff -r1.3 InitialContext.java
119c119
<     Context.OBJECT_FACTORIS,
---
>     Context.OBJECT_FACTORIES,
303c303
< 			     String prefix) throws NamingException;
---
> 			     String prefix) throws NamingException
309c309
< 				  Object propVal) throws NamingException;
---
> 				  Object propVal) throws NamingException
311c311
<     myProps.add (propName, propVal);
---
>     myProps.put (propName, propVal);


__________________________________________________________________
Do You Yahoo!?
Gesendet von Yahoo! Mail - http://mail.yahoo.de



More information about the Java-patches mailing list