mx4j/src/core/mx4j/remote/resolver/rmi Resolver.java,1.1,1.2

Simone Bordet <[email protected]> Sat, 14 May 2005 09:28:40 +0000
Newsgroups gmane.comp.java.mx4j.cvs
Message-ID <[email protected]>
Update of /cvsroot/mx4j/mx4j/src/core/mx4j/remote/resolver/rmi
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18706/src/core/mx4j/remote/resolver/rmi

Modified Files:
	Resolver.java 
Log Message:
Cosmetics

Index: Resolver.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/core/mx4j/remote/resolver/rmi/Resolver.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Resolver.java	16 Feb 2005 15:21:54 -0000	1.1
--- Resolver.java	14 May 2005 09:28:37 -0000	1.2
***************
*** 236,240 ****
     {
        String path = url.getURLPath();
!       if (path == null || path.length() == 0 || path.equals("/") || path.startsWith(STUB_CONTEXT)) return true;
        return false;
     }
--- 236,240 ----
     {
        String path = url.getURLPath();
!       if (path == null || path.length() == 0 || "/".equals(path) || path.startsWith(STUB_CONTEXT)) return true;
        return false;
     }
***************
*** 265,269 ****
        {
           String jndiURL = parseJNDIForm(url);
!          if (logger.isEnabledFor(Logger.DEBUG)) logger.debug("JMXServiceURL path for binding is: '" + jndiURL + "'");
  
           InitialContext ctx = null;
--- 265,269 ----
        {
           String jndiURL = parseJNDIForm(url);
!          if (logger.isEnabledFor(Logger.DEBUG)) logger.debug("JMXServiceURL path for unbinding is: '" + jndiURL + "'");
  
           InitialContext ctx = null;



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click