mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 18:23:13 +00:00
Fix javac6 helper test
This commit is contained in:
@@ -2,7 +2,7 @@ import lombok.experimental.Helper;
|
||||
|
||||
public class HelperInMethod {
|
||||
int someMethod(int arg1) {
|
||||
int localVar = 5;
|
||||
final int localVar = 5;
|
||||
|
||||
@Helper
|
||||
class Helpers {
|
||||
|
||||
Reference in New Issue
Block a user