Skip to content

Commit

Permalink
Removed unused method.
Browse files Browse the repository at this point in the history
  • Loading branch information
nandita727 committed Feb 12, 2024
1 parent 035fe52 commit 8feb8c3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/java/com/meta/cp4m/store/MemoryStore.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,4 @@ public long size() {
public List<ThreadState<T>> list() {
return store.asMap().values().stream().toList();
}

@Override
public ThreadState<T> get(Identifier threadId){
return this.store.asMap().get(threadId);
}
}

0 comments on commit 8feb8c3

Please sign in to comment.