Log Message:
-----------
Remove setting q2Thread to null to avoid NPE on shutdown
Modified Paths:
--------------
trunk/jpos6/modules/q2/src/org/jpos/q2/Q2.java
Modified: trunk/jpos6/modules/q2/src/org/jpos/q2/Q2.java
===================================================================
--- trunk/jpos6/modules/q2/src/org/jpos/q2/Q2.java 2008-03-17 20:47:28 UTC (rev 2615)
+++ trunk/jpos6/modules/q2/src/org/jpos/q2/Q2.java 2008-03-17 20:50:50 UTC (rev 2616)
@@ -194,7 +194,6 @@
} catch (InstanceNotFoundException e) {
log.error (e);
}
- q2Thread = null;
if (exit && !shuttingDown)
System.exit (0);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.