From c78b78aa3c96c71400d1d2baa26e271c79a67864 Mon Sep 17 00:00:00 2001 From: Hai Brenner Date: Tue, 2 Aug 2016 14:22:21 +0300 Subject: [PATCH] no change --- .../java/meerkat/voting/output/AsyncRunnableOutputDevice.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voting-booth/src/main/java/meerkat/voting/output/AsyncRunnableOutputDevice.java b/voting-booth/src/main/java/meerkat/voting/output/AsyncRunnableOutputDevice.java index 2946d77..0052a2c 100644 --- a/voting-booth/src/main/java/meerkat/voting/output/AsyncRunnableOutputDevice.java +++ b/voting-booth/src/main/java/meerkat/voting/output/AsyncRunnableOutputDevice.java @@ -40,7 +40,7 @@ public abstract class AsyncRunnableOutputDevice implements BallotOutputDevice, R handleSingleCommand(command); } catch (InterruptedException e) { - logger.warn ("Interrupted while reading from command queue " + e); + logger.warn("Interrupted while reading from command queue " + e); } } }