[Ejtools-cvs] applications/jndi.browser/src/main/org/ejtools/jndi/browser/model/jms MessageProxy.jav
Brought to you by:
letiemble
From: <let...@us...> - 2003-12-26 00:36:19
|
Update of /cvsroot/ejtools/applications/jndi.browser/src/main/org/ejtools/jndi/browser/model/jms In directory sc8-pr-cvs1:/tmp/cvs-serv25820/applications/jndi.browser/src/main/org/ejtools/jndi/browser/model/jms Modified Files: MessageProxy.java Log Message: Correct Bundle resource name. Index: MessageProxy.java =================================================================== RCS file: /cvsroot/ejtools/applications/jndi.browser/src/main/org/ejtools/jndi/browser/model/jms/MessageProxy.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** MessageProxy.java 27 Nov 2003 01:30:29 -0000 1.4 --- MessageProxy.java 26 Dec 2003 00:36:15 -0000 1.5 *************** *** 76,81 **** private static Hashtable proxies = new Hashtable(); /** Bundle for I18N */ ! private final static ResourceBundle resources = ResourceBundle.getBundle("JNDIBrowser_Resources"); ! /** --- 76,81 ---- private static Hashtable proxies = new Hashtable(); /** Bundle for I18N */ ! private static ResourceBundle resources = ResourceBundle.getBundle("org.ejtools.jndi.browser.Resources"); ! /** |