refactor: OrLinkを継承するように
This commit is contained in:
parent
3f29bac4f5
commit
9b242028e6
|
@ -1,3 +1,3 @@
|
|||
package dev.usbharu.activitystreams
|
||||
|
||||
interface CollectionOrLink
|
||||
interface CollectionOrLink : OrLink
|
|
@ -1,4 +1,3 @@
|
|||
package dev.usbharu.activitystreams
|
||||
|
||||
interface ImageOrLink {
|
||||
}
|
||||
interface ImageOrLink : OrLink
|
|
@ -1,4 +1,3 @@
|
|||
package dev.usbharu.activitystreams
|
||||
|
||||
interface UriOrLink {
|
||||
}
|
||||
interface UriOrLink : OrLink
|
|
@ -1,4 +1,3 @@
|
|||
package dev.usbharu.activitystreams
|
||||
|
||||
interface UriOrUnits {
|
||||
}
|
||||
interface UriOrUnits
|
Loading…
Reference in New Issue