Skip to content

Commit

Permalink
fixed javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
asotona committed May 28, 2024
1 parent c407e40 commit 22e8776
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ private void generateConstructor(ClassBuilder clb) {
}

/**
* Generate the static initializer method for the proxy class.
* Generate CONDY bootstrap method for the proxy class to retrieve {@link Method} instances.
*/
private void generateBootstrapMethod(ClassBuilder clb) {
clb.withMethodBody(bsm.methodName(), bsm.invocationType(), ClassFile.ACC_PRIVATE | ClassFile.ACC_STATIC, cob -> {
Expand Down

0 comments on commit 22e8776

Please sign in to comment.