Make final transformers actually work on methods as well.

This commit is contained in:
Lex Manos 2013-09-19 12:59:12 -07:00
parent d2712dafdb
commit 1928c177ac
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{ {