Skip to content

Commit

Permalink
Added name to the hash check
Browse files Browse the repository at this point in the history
  • Loading branch information
oblodgett committed Dec 5, 2024
1 parent 06e324b commit bc5b4aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@Entity
@Data
@NoArgsConstructor
@EqualsAndHashCode(onlyExplicitlyIncluded = true, callSuper = true)
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Table(indexes = {
@Index(name = "synonym_createdby_index", columnList = "createdBy_id"),
Expand Down

0 comments on commit bc5b4aa

Please sign in to comment.