Apply suggestions from code review

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
usbharu 2023-11-28 12:41:26 +09:00 committed by GitHub
parent 259ff937dc
commit c28b1ab11e
4 changed files with 34 additions and 32 deletions

View File

@ -15,7 +15,9 @@ open class Accept @JsonCreator constructor(
override val actor: String override val actor: String
) : Object( ) : Object(
type = add(type, "Accept") type = add(type, "Accept")
), HasActor, HasName { ),
HasActor,
HasName {
override fun equals(other: Any?): Boolean { override fun equals(other: Any?): Boolean {
if (this === other) return true if (this === other) return true