Skip to content

Fix a parameter-name comment in `ClassReader.java`.

Éamonn McManus requested to merge emcmanus/asm:patch-1 into master

This otherwise trips automated tools that check that parameter-name comments do in fact match the names of the corresponding parameters.

Merge request reports