mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-23 22:00:10 +08:00
Fix docs
This commit is contained in:
parent
e58db121dc
commit
d2f600f9bb
@ -9,9 +9,6 @@
|
||||
|
||||
package net.mamoe.mirai.internal.network.component
|
||||
|
||||
/**
|
||||
* Facade for [component][ComponentKey]s.
|
||||
*/
|
||||
internal interface MutableComponentStorage : ComponentStorage {
|
||||
override operator fun <T : Any> get(key: ComponentKey<T>): T
|
||||
operator fun <T : Any> set(key: ComponentKey<T>, value: T)
|
||||
|
Loading…
Reference in New Issue
Block a user