Skip to content

Commit

Permalink
NOJIRA
Browse files Browse the repository at this point in the history
minor format change
  • Loading branch information
chasegawa committed Aug 10, 2021
1 parent 5f2e4b4 commit 032cdb8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class Group implements Owner {
@Exclude
private ILazyLoaderHelper lazyLoaderHelper;

@Column(nullable = false)
@Column(name = "name")
private String name;

@Transient
Expand Down Expand Up @@ -75,4 +75,4 @@ public Set<Ownership> getOwnedItems() {
}
return ownedItems;
}
}
}

0 comments on commit 032cdb8

Please sign in to comment.