bugfix
This commit is contained in:
parent
b6e902feb6
commit
2b9be4f09c
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue