mirror of
https://github.com/tiennm99/lombok.git
synced 2026-08-18 04:27:34 +00:00
bugfix for JDK9: The enterMethod was erroneously hooked up to the remove method. whoops.
This commit is contained in:
@@ -907,7 +907,7 @@ public class JavacHandlerUtil {
|
||||
} catch (Exception ex) {}
|
||||
membersField = f;
|
||||
removeMethod = r;
|
||||
enterMethod = r;
|
||||
enterMethod = e;
|
||||
}
|
||||
|
||||
static void remove(ClassSymbol from, Symbol toRemove) {
|
||||
|
||||
Reference in New Issue
Block a user