Skip to content

Commit

Permalink
Merge pull request #17 from pauldaustin/feature/websocket
Browse files Browse the repository at this point in the history
code tables
  • Loading branch information
pauldaustin authored Jan 9, 2024
2 parents 4ba9431 + 2f6c3bf commit c2d1f70
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public AbstractRefreshableMap(final boolean editable) {
}

@Override
public synchronized void clearValue() {
public void clearValue() {
this.value.clear();
}

Expand All @@ -47,7 +47,7 @@ protected Map<K, V> getMap() {
protected abstract Map<K, V> loadValue();

@Override
public synchronized void refresh() {
public void refresh() {
this.value.get();
}

Expand Down

0 comments on commit c2d1f70

Please sign in to comment.