This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

JNDI patch


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]