Skip to content

Commit 2ff4b83

Browse files
fix: apiNote javadoc removal
1 parent 5190e20 commit 2ff4b83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api/src/main/java/studio/o7/octopus/plugin/api/Octopus.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ static Octopus get() {
4141

4242
/**
4343
* Resets list of keys that should be subscribed completely.
44-
* @apiNote Also resets all subscribed/unsubscribed keys
44+
* Also resets all subscribed/unsubscribed keys
4545
* which have been added by {@link Octopus#addSubscriptions}
46-
* or removed by {@link Octopus#removeSubscriptions}
46+
* or removed by {@link Octopus#removeSubscriptions}.
4747
*/
4848
@ApiStatus.Experimental
4949
void setSubscriptions(@NonNull Collection<String> subscriptions);

0 commit comments

Comments
 (0)