raphw / byte-buddy

Runtime code generation for the Java virtual machine.
https://bytebuddy.net
Apache License 2.0
6.23k stars 804 forks source link

Fix typo in Javadocs #1578

Closed perlun closed 9 months ago

perlun commented 9 months ago

Thanks for a nice tool. :+1: When looking at these docs (trying to get my code working :sweat_smile:), I saw this. Given that the SuperCall entry right below refers to DefaultCall, I guess this one should have been DefaultCall (instead of two SuperCall entries)?

raphw commented 9 months ago

the javadoc was correct actually, but there was a confusion with the subsequent section. SuperCall can indeed invoke non-ambiguous default methods.