We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d02bfda commit 5031613Copy full SHA for 5031613
src/main/java/ftbsc/lll/utils/InsnListUtils.java
@@ -81,6 +81,7 @@ public static boolean replace(InsnList list, int opcode, AbstractInsnNode newNod
81
82
/**
83
* Cut a number of nodes from the list.
84
+ * @param list the list to perform the operation on
85
* @param amount how many nodes to cut
86
* @param reverse true if it should cut from the end, false otherwise
87
*/
0 commit comments