Skip to content
This repository was archived by the owner on Dec 3, 2022. It is now read-only.

Commit a300c8a

Browse files
committed
protected CommonDynamicIntegrateAPI interface
1 parent 9a03280 commit a300c8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/top/wetabq/easyapi/api/CommonDynamicIntegrateAPI.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ abstract class CommonDynamicIntegrateAPI<T, out I: DynamicIntegrateAPI<*, I>> :
1515
return removeInterface(t)
1616
}
1717

18-
abstract fun addInterface(t: T): I
18+
protected abstract fun addInterface(t: T): I
1919

20-
abstract fun removeInterface(t: T): I
20+
protected abstract fun removeInterface(t: T): I
2121

2222
override fun getAll(): Collection<T> = interfaceList
2323

0 commit comments

Comments
 (0)