HHH-12903 - Fix CommitFlushCollectionTest failing on Oracle.

(cherry picked from commit 8dab6974ef)
This commit is contained in:
Chris Cranford 2018-08-10 10:46:53 -04:00
parent b211e423cb
commit c59932786d
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public class CommitFlushCollectionTest extends BaseEnversJPAFunctionalTestCase {
private Long version;
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@GeneratedValue
public Long getId() {
return id;
}