Beans/frank.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2526 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
samskivert
2009-02-01 23:43:45 +00:00
parent bb53933b74
commit 08b327c9bf
+1 -1
View File
@@ -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