mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
vcs: fix changelist data serialization
This commit is contained in:
@@ -29,7 +29,7 @@ open class ChangeListData @JvmOverloads constructor(val author: VcsUser? = null,
|
||||
}
|
||||
|
||||
@Tag(CHANGELIST_DATA)
|
||||
inner class State @JvmOverloads constructor(@Attribute val name: String? = null, @Attribute val email: String? = null, @Attribute val date: Date? = null)
|
||||
class State @JvmOverloads constructor(@Attribute val name: String? = null, @Attribute val email: String? = null, @Attribute val date: Date? = null)
|
||||
|
||||
companion object {
|
||||
@JvmStatic
|
||||
|
||||
Reference in New Issue
Block a user