User: user57
Date: 01/07/27 19:23:46
Modified: src/main/org/jbossmq/il/uil UILServerILService.java
Log:
o removed this. prefix from two case statements to allow this class to compile
Revision Changes Path
1.4 +4 -4 jbossmq/src/main/org/jbossmq/il/uil/UILServerILService.java
Index: UILServerILService.java
===================================================================
RCS file:
/cvsroot/jboss/jbossmq/src/main/org/jbossmq/il/uil/UILServerILService.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- UILServerILService.java 2001/07/28 00:30:16 1.3
+++ UILServerILService.java 2001/07/28 02:23:46 1.4
@@ -45,7 +45,7 @@
* manage the JVM IL.
*
* @author Hiram Chirino ([EMAIL PROTECTED])
- * @version $Revision: 1.3 $
+ * @version $Revision: 1.4 $
*/
public class UILServerILService extends ServerILJMXService implements
UILServerILServiceMBean, Runnable {
@@ -220,7 +220,7 @@
server.connectionClosing(connectionToken);
closed = true;
break;
- case this.m_createQueue:
+ case m_createQueue:
result=(Queue)server.createQueue(connectionToken, (String)in.readObject());
break;
case m_createTopic:
@@ -229,7 +229,7 @@
case m_deleteTemporaryDestination:
server.deleteTemporaryDestination(connectionToken, (SpyDestination)in.readObject());
break;
- case this.m_getID:
+ case m_getID:
result=server.getID();
break;
case m_getTemporaryQueue:
@@ -316,4 +316,4 @@
category.warn("Connection failure during connection close.",
e);
}
}
-}
\ No newline at end of file
+}
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development