[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting ...
Ron Sigal
ron_sigal at yahoo.com
Tue Dec 19 01:00:28 EST 2006
User: rsigal
Date: 06/12/19 01:00:28
Modified: src/main/org/jboss/remoting Tag: remoting_2_x
ServerInvoker.java
Log:
JBREM-650: Made started variable protected.
Revision Changes Path
No revision
No revision
1.52.2.6 +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.5
retrieving revision 1.52.2.6
diff -u -b -r1.52.2.5 -r1.52.2.6
--- ServerInvoker.java 14 Dec 2006 01:00:09 -0000 1.52.2.5
+++ ServerInvoker.java 19 Dec 2006 06:00:28 -0000 1.52.2.6
@@ -58,7 +58,7 @@
*
* @author <a href="mailto:jhaynie at vocalocity.net">Jeff Haynie</a>
* @author <a href="mailto:tom.elrod at jboss.com">Tom Elrod</a>
- * @version $Revision: 1.52.2.5 $
+ * @version $Revision: 1.52.2.6 $
*/
public abstract class ServerInvoker extends AbstractInvoker implements ServerInvokerMBean
{
@@ -162,7 +162,7 @@
protected Map handlers = new HashMap();
protected Map callbackHandlers = new HashMap();
protected Map clientCallbackListener = new HashMap();
- private boolean started = false;
+ protected boolean started = false;
private boolean created = false;
private MBeanServer mbeanServer = null;
More information about the jboss-cvs-commits
mailing list