From: Keith Packard Date: Sat, 20 Nov 2010 07:18:51 +0000 (-0800) Subject: altosui: calling thread.interrupt with null thread doesn't work well X-Git-Tag: debian/0.7.1+76+g9a99cab~3 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=7920ed5c34b088f45ce4213b061ddd1ffe22cee8 altosui: calling thread.interrupt with null thread doesn't work well This was a left-over from debugging the previous patch. Signed-off-by: Keith Packard --- diff --git a/ao-tools/altosui/AltosLog.java b/ao-tools/altosui/AltosLog.java index 11319768..dd147d21 100644 --- a/ao-tools/altosui/AltosLog.java +++ b/ao-tools/altosui/AltosLog.java @@ -51,7 +51,6 @@ class AltosLog implements Runnable { if (log_thread != null) { log_thread.interrupt(); log_thread = null; - log_thread.interrupt(); } }