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