Migration to 0.19.1 / new line fixes

This commit is contained in:
Tapac
2019-12-07 11:53:52 +03:00
committed by Andrey.Tarashevskiy
parent d92f3c7b2a
commit 9cd0deab49

View File

@@ -42,6 +42,7 @@ To allow Exposed to work with Java 9 module system some classes in a `exposed-co
Also, `exposed-jodatime` functions/classes were moved to a new package.
Affected classes:
`org.jetbrains.exposed.dao.EntityID` -> `org.jetbrains.exposed.dao.id.EntityID`
`org.jetbrains.exposed.dao.IdTable` -> `org.jetbrains.exposed.dao.id.IdTable`