Skip to content

Commit

Permalink
try different access-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlers committed Mar 5, 2018
1 parent 7303902 commit 03e079e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hpoweb/util/UpdatePageClickListener.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ else if (event.getValue().getType().equals(SearchableEntityType.Disease)) {
*/
private void updateUi(String searchParameter, String searchValue) {

HpowebUI.get().access(new Runnable() {
HpowebUI.get().accessSynchronously(new Runnable() {

@Override
public void run() {
Expand Down

0 comments on commit 03e079e

Please sign in to comment.