Skip to content

Commit

Permalink
Fix wrongly used internal mark to prevent IDE warnings about use of i…
Browse files Browse the repository at this point in the history
…nternal classes
  • Loading branch information
rchomczyk committed Jan 2, 2025
1 parent b24df40 commit 0acd3e0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@
import java.util.List;
import java.util.Set;
import java.util.concurrent.CompletableFuture;
import org.jetbrains.annotations.ApiStatus.Internal;

/**
* Abstract base class for formatting messages that encapsulates common logic.
*
* @param <T> The type of the output formatted message.
*/
@Internal
public abstract class MessageBaseFormatter<T> implements MessageFormatter<T> {

private final MessageCompiler<T> messageCompiler;
Expand Down

0 comments on commit 0acd3e0

Please sign in to comment.