Skip to content

Commit

Permalink
Address suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
HindujaB committed Oct 8, 2024
1 parent ef07d32 commit 7bd7966
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ private void processEvent(EventSet eventSet, Event event) {
ThreadReference thread = threadStartEvent.thread();
if (thread.isVirtual()) {
virtualThreads.add(thread);

}
eventSet.resume();
} else if (event instanceof ThreadDeathEvent threadDeathEvent) {
Expand Down

0 comments on commit 7bd7966

Please sign in to comment.