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.
|
* This method blocks until a send command confirmation is received.
|
||||||
*/
|
*/
|
||||||
public void waitSendConformation(){
|
public synchronized void waitSendConformation(){
|
||||||
try {
|
try {
|
||||||
this.wait();
|
this.wait();
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue