Skip to content

Commit

Permalink
Change to public so that java doc is generated for Configuration Refe…
Browse files Browse the repository at this point in the history
…rence link in manual. (#10233)

closes #10202
  • Loading branch information
wetted committed Dec 7, 2023
1 parent 4641565 commit 88a8e8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
@BootstrapContextCompatible
@Internal
@Order(Ordered.HIGHEST_PRECEDENCE)
final class DefaultByteBufAllocatorConfiguration implements ByteBufAllocatorConfiguration {
public final class DefaultByteBufAllocatorConfiguration implements ByteBufAllocatorConfiguration {

private static final String PROP_PREFIX = "io.netty.allocator.";

Expand Down

0 comments on commit 88a8e8e

Please sign in to comment.