mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#2422 - Remove extraneous jsr 305 @Nonnull
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package org.tests.query.cache;
|
||||
|
||||
import javax.annotation.Nonnull;
|
||||
import javax.persistence.*;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
@@ -17,7 +16,6 @@ public class Contract {
|
||||
private List<Position> positions;
|
||||
|
||||
@OneToMany(cascade = CascadeType.ALL, mappedBy = "container", fetch = FetchType.LAZY)
|
||||
@Nonnull
|
||||
private List<AclContainerRelation> aclEntries = new ArrayList<>();
|
||||
|
||||
public Long getId() {
|
||||
|
||||
Reference in New Issue
Block a user