Skip to content

Commit

Permalink
fix: remove Internal annotations on package-private classes
Browse files Browse the repository at this point in the history
  • Loading branch information
qixils committed Jan 6, 2024
1 parent 2eefc59 commit 1c17754
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* @since 3.0.0
*/
@ApiStatus.AvailableSince("3.0.0")
@ApiStatus.Internal
interface CrowdControlBuilder<B extends CrowdControlBuilder<B>> {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/
@SuppressWarnings("unchecked")
@ApiStatus.AvailableSince("3.0.0")
@ApiStatus.Internal
abstract class CrowdControlBuilderBase<B extends CrowdControlBuilderBase<B>> implements CrowdControlBuilder<B> {
/**
* A function (usually a constructor) that creates a new {@link SocketManager}
Expand Down

0 comments on commit 1c17754

Please sign in to comment.