Skip to content

Commit

Permalink
Less changes
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-v committed Oct 1, 2024
1 parent bab47af commit 09d10db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import reactor.core.publisher.Flux;
import reactor.core.publisher.Operators;

public class ReactiveAdapter extends BaseSubscriber<Object> implements ReactiveOperator {
public final class ReactiveAdapter extends BaseSubscriber<Object> implements ReactiveOperator {

private static final Logger LOGGER = LoggerFactory.getLogger(ReactiveAdapter.class);

Expand Down

0 comments on commit 09d10db

Please sign in to comment.