mirror of
https://github.com/gotson/komga.git
synced 2026-04-19 13:31:15 +02:00
remove unused annotation
This commit is contained in:
parent
5dc73c268a
commit
89c3b50bb0
1 changed files with 0 additions and 2 deletions
|
|
@ -13,7 +13,6 @@ import javax.persistence.Id
|
|||
import javax.persistence.JoinColumn
|
||||
import javax.persistence.ManyToOne
|
||||
import javax.persistence.OneToOne
|
||||
import javax.persistence.PrimaryKeyJoinColumn
|
||||
import javax.persistence.Table
|
||||
import javax.validation.constraints.NotBlank
|
||||
import javax.validation.constraints.NotNull
|
||||
|
|
@ -34,7 +33,6 @@ class Book(
|
|||
@Id
|
||||
@GeneratedValue
|
||||
@Column(name = "id", nullable = false)
|
||||
@PrimaryKeyJoinColumn
|
||||
var id: Long = 0
|
||||
|
||||
@NotNull
|
||||
|
|
|
|||
Loading…
Reference in a new issue