mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
cg > node
This commit is contained in:
@@ -42,8 +42,8 @@ public class AddInterfaceAdapter implements Injectable {
|
||||
addInterface(node, accessorPackage + interfaceClass);
|
||||
}
|
||||
|
||||
protected static void addInterface(ClassNode cg, String i) {
|
||||
cg.interfaces.add(i);
|
||||
protected static void addInterface(ClassNode node, String i) {
|
||||
node.interfaces.add(i);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user