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(
|
internal open class RoomAccountDataEntity(
|
||||||
@Index var type: String? = null,
|
@Index var type: String? = null,
|
||||||
var contentStr: String? = null
|
var contentStr: String? = null
|
||||||
) : RealmObject() {
|
) : RealmObject()
|
||||||
|
|
||||||
companion object
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user