This commit is contained in:
Ziver Koc 2016-08-29 19:17:26 +02:00
parent b6e902feb6
commit 2b9be4f09c

View file

@ -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) {