fix compile error

This commit is contained in:
John Estropia
2019-02-12 18:18:44 +09:00
parent e09ac9ee00
commit 94ff221b89

View File

@@ -100,8 +100,7 @@ public final class Entity<O: CoreStoreObject>: DynamicEntity {
entityName,
isAbstract: isAbstract,
versionHashModifier: versionHashModifier,
indexes: indexes,
uniqueConstraints: []
indexes: indexes
)
}