User: norbert
Date: 00/05/19 12:28:50
Modified: src/java/org/spyderMQ/distributed
ConnectionReceiverFactory.java
Log:
Here we are... There's a parser for selctors.
Revision Changes Path
1.6 +2 -2
spyderMQ/src/java/org/spyderMQ/distributed/ConnectionReceiverFactory.java
Index: ConnectionReceiverFactory.java
===================================================================
RCS file:
/products/cvs/ejboss/spyderMQ/src/java/org/spyderMQ/distributed/ConnectionReceiverFactory.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ConnectionReceiverFactory.java 2000/05/18 02:10:05 1.5
+++ ConnectionReceiverFactory.java 2000/05/19 19:28:50 1.6
@@ -18,7 +18,7 @@
*
* @author Norbert Lataille ([EMAIL PROTECTED])
*
- * @version $Revision: 1.5 $
+ * @version $Revision: 1.6 $
*/
public class ConnectionReceiverFactory
{
@@ -35,6 +35,6 @@
public static void close(SpyDistributedConnection dc) throws Exception
{
dc.cr.close();
- UnicastRemoteObject.unexportObject(((Remote)dc.cr),true);
+ UnicastRemoteObject.unexportObject((Remote)dc.cr,true);
}
}