HHH-12903 - Fix CommitFlushCollectionTest failing on Oracle.

This commit is contained in:
Chris Cranford 2018-08-10 10:46:53 -04:00
parent 430e3bf565
commit 8dab6974ef
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;
}