From 2b9be4f09c14710d1e2c8c412a3e40152d871659 Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Mon, 29 Aug 2016 19:17:26 +0200 Subject: [PATCH] bugfix --- src/se/hal/plugin/tellstick/TellstickParser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/se/hal/plugin/tellstick/TellstickParser.java b/src/se/hal/plugin/tellstick/TellstickParser.java index 78fc902d..2546f335 100755 --- a/src/se/hal/plugin/tellstick/TellstickParser.java +++ b/src/se/hal/plugin/tellstick/TellstickParser.java @@ -97,7 +97,7 @@ public class TellstickParser { /** * This method blocks until a send command confirmation is received. */ - public void waitSendConformation(){ + public synchronized void waitSendConformation(){ try { this.wait(); } catch (InterruptedException e) {