Skip to content

Commit

Permalink
updated by feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
baslo2 committed Jul 10, 2024
1 parent bc45916 commit 5e00db7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ public boolean equals(Object o) {
Date xactStart = process.getQuery().getXactStart();
Date otherXactStart = other.getProcess().getQuery().getXactStart();

Objects.equals(xactStart, otherXactStart);

boolean isSameXactStart = Objects.equals(xactStart, otherXactStart);
boolean isSamePid = process.getPid() == other.getProcess().getPid();

Expand Down

0 comments on commit 5e00db7

Please sign in to comment.