Skip to content

Commit

Permalink
1263(1336)
Browse files Browse the repository at this point in the history
  • Loading branch information
dima767 committed Jun 25, 2019
1 parent 5ff6ec7 commit 17e995c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import lombok.ToString;
import org.hibernate.envers.AuditOverride;
import org.hibernate.envers.Audited;
import org.hibernate.envers.NotAudited;

import javax.persistence.CascadeType;
import javax.persistence.Column;
Expand All @@ -30,7 +29,7 @@

@Entity
@Inheritance(strategy = InheritanceType.TABLE_PER_CLASS)
@EqualsAndHashCode(callSuper = true, exclude = {"version"})
@EqualsAndHashCode(callSuper = true, exclude = {"version", "versionModifiedTimestamp"})
@NoArgsConstructor
@Getter
@Setter
Expand Down

0 comments on commit 17e995c

Please sign in to comment.