Revert unused companion object.
This commit is contained in:
parent
f4429d4c9c
commit
055bf6d302
@ -24,7 +24,4 @@ import io.realm.annotations.RealmClass
|
||||
internal open class RoomAccountDataEntity(
|
||||
@Index var type: String? = null,
|
||||
var contentStr: String? = null
|
||||
) : RealmObject() {
|
||||
|
||||
companion object
|
||||
}
|
||||
) : RealmObject()
|
||||
|
Loading…
Reference in New Issue
Block a user