Skip to content

Commit

Permalink
Removed @Api.Internal annotation from the OptionManager.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Despical committed Sep 27, 2024
1 parent 52f09f6 commit e9d2399
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package me.despical.commandframework.options;

import org.jetbrains.annotations.ApiStatus;

import java.util.Arrays;
import java.util.EnumSet;
import java.util.Set;
Expand All @@ -19,7 +17,6 @@
*
* @see Option
*/
@ApiStatus.Internal
public final class OptionManager {

private final Set<Option> options;
Expand Down

0 comments on commit e9d2399

Please sign in to comment.