Skip to content

Commit

Permalink
Fixed thread issue so BookingDisplayThread stops displaying output on…
Browse files Browse the repository at this point in the history
… bundle:stop.
  • Loading branch information
Cole Bishop committed Jul 1, 2019
1 parent a9e1add commit 48ffddd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void setClientService(ClientService clientService) {
* Init method used to start the thread.
*/
public void init() {
BookingDisplayThread thread = new BookingDisplayThread(clientService);
thread = new BookingDisplayThread(clientService);
thread.start();
}

Expand Down

0 comments on commit 48ffddd

Please sign in to comment.