Skip to content

Commit

Permalink
Rebase. Fixed leftover conflicts from rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiihott committed Nov 11, 2024
1 parent abe5823 commit d83af23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
*/
package com.teragrep.pth_06.planner;

import java.io.IOException;
import java.sql.*;
import java.time.Instant;
import java.util.Set;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@ public boolean equals(final Object object) {

@Override
public int hashCode() {
return Objects.hash(value, config, tokenizer);
return Objects.hash(value, config);
}
}

0 comments on commit d83af23

Please sign in to comment.