We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5190e20 commit 2ff4b83Copy full SHA for 2ff4b83
1 file changed
api/src/main/java/studio/o7/octopus/plugin/api/Octopus.java
@@ -41,9 +41,9 @@ static Octopus get() {
41
42
/**
43
* Resets list of keys that should be subscribed completely.
44
- * @apiNote Also resets all subscribed/unsubscribed keys
+ * Also resets all subscribed/unsubscribed keys
45
* which have been added by {@link Octopus#addSubscriptions}
46
- * or removed by {@link Octopus#removeSubscriptions}
+ * or removed by {@link Octopus#removeSubscriptions}.
47
*/
48
@ApiStatus.Experimental
49
void setSubscriptions(@NonNull Collection<String> subscriptions);
0 commit comments