Beans/frank.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2526 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -144,7 +144,7 @@ public class Invoker extends LoopingThread
|
|||||||
*/
|
*/
|
||||||
public void postUnit (Unit unit)
|
public void postUnit (Unit unit)
|
||||||
{
|
{
|
||||||
if (!shutdownRequested()) {
|
if (shutdownRequested()) {
|
||||||
throw new IllegalStateException("Cannot post units to shutdown invoker.");
|
throw new IllegalStateException("Cannot post units to shutdown invoker.");
|
||||||
}
|
}
|
||||||
// note the time
|
// note the time
|
||||||
|
|||||||
Reference in New Issue
Block a user