Make final transformers actually work on methods as well.
This commit is contained in:
parent
d2712dafdb
commit
1928c177ac
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ public class AccessTransformer implements IClassTransformer
|
||||||
}
|
}
|
||||||
|
|
||||||
// Clear the "final" marker on fields only if specified in control field
|
// Clear the "final" marker on fields only if specified in control field
|
||||||
if (target.changeFinal && target.desc == "")
|
if (target.changeFinal)
|
||||||
{
|
{
|
||||||
if (target.markFinal)
|
if (target.markFinal)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue