Skip to content

Commit

Permalink
Fix code style inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
rchomczyk committed Nov 14, 2024
1 parent 35e1aa7 commit c0f4066
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;

public interface ResultProcessorFacade {
public sealed interface ResultProcessorFacade permits ResultProcessorService {

<E extends Event, T> void tryProcessing(final @NotNull E event, final @Nullable T value);
}

0 comments on commit c0f4066

Please sign in to comment.