From 08b327c9bfb469497f33288dd279f9c913a29f2d Mon Sep 17 00:00:00 2001 From: samskivert Date: Sun, 1 Feb 2009 23:43:45 +0000 Subject: [PATCH] Beans/frank. git-svn-id: https://samskivert.googlecode.com/svn/trunk@2526 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- src/java/com/samskivert/util/Invoker.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/samskivert/util/Invoker.java b/src/java/com/samskivert/util/Invoker.java index 8d7a5a08..e0e31f03 100644 --- a/src/java/com/samskivert/util/Invoker.java +++ b/src/java/com/samskivert/util/Invoker.java @@ -144,7 +144,7 @@ public class Invoker extends LoopingThread */ public void postUnit (Unit unit) { - if (!shutdownRequested()) { + if (shutdownRequested()) { throw new IllegalStateException("Cannot post units to shutdown invoker."); } // note the time