[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting ...

Ron Sigal ron_sigal at yahoo.com
Wed Oct 31 22:20:08 EDT 2007


  User: rsigal  
  Date: 07/10/31 22:20:08

  Modified:    src/main/org/jboss/remoting  Tag: remoting_2_x
                        ServerInvoker.java
  Log:
  JBREM-675:  Removed extraneous space from invoker ObjectName in getMBeanObjectName().
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.52.2.35 +2 -2      JBossRemoting/src/main/org/jboss/remoting/ServerInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ServerInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/ServerInvoker.java,v
  retrieving revision 1.52.2.34
  retrieving revision 1.52.2.35
  diff -u -b -r1.52.2.34 -r1.52.2.35
  --- ServerInvoker.java	29 Aug 2007 06:19:59 -0000	1.52.2.34
  +++ ServerInvoker.java	1 Nov 2007 02:20:08 -0000	1.52.2.35
  @@ -69,7 +69,7 @@
    * @author <a href="mailto:tom.elrod at jboss.com">Tom Elrod</a>
    * @author <a href="mailto:ovidiu at jboss.org">Ovidiu Feodorov</a>
    *
  - * @version $Revision: 1.52.2.34 $
  + * @version $Revision: 1.52.2.35 $
    */
   public abstract class ServerInvoker extends AbstractInvoker implements ServerInvokerMBean
   {
  @@ -905,7 +905,7 @@
      {
         InvokerLocator locator = getLocator();
         StringBuffer buffer =
  -         new StringBuffer("jboss.remoting:service=invoker,transport= " + locator.getProtocol());
  +         new StringBuffer("jboss.remoting:service=invoker,transport=" + locator.getProtocol());
         buffer.append(",host=").append(locator.getHost());
         buffer.append(",port=").append(locator.getPort());
         Map param = locator.getParameters();
  
  
  



More information about the jboss-cvs-commits mailing list