Clean code after update postgresjson

This commit is contained in:
2019-10-09 22:54:34 +02:00
parent a6f25bcbb2
commit 7e52808ccf
9 changed files with 7 additions and 29 deletions

View File

@@ -2,7 +2,6 @@ package fr.dcproject.entity
import fr.postgresjson.entity.*
import java.util.*
class Article(
id: UUID = UUID.randomUUID(),
var title: String?,