Skip to content

Commit

Permalink
Fix ResumptionController constructor aliasing
Browse files Browse the repository at this point in the history
  • Loading branch information
jponge committed Nov 14, 2024
1 parent a28b5af commit 388dc53
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,11 @@ final class Target_io_netty_handler_ssl_JdkAlpnSslEngine {

@TargetClass(className = "io.netty.handler.ssl.ResumptionController")
final class Target_io_netty_handler_ssl_ResumptionController {
// Replacing a package-private class

@Alias
Target_io_netty_handler_ssl_ResumptionController() {

}
}

@TargetClass(className = "io.netty.handler.ssl.SslContext")
Expand Down

0 comments on commit 388dc53

Please sign in to comment.