Skip to content

Commit 5031613

Browse files
committed
docs: missing param javadoc
1 parent d02bfda commit 5031613

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/ftbsc/lll/utils/InsnListUtils.java

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ public static boolean replace(InsnList list, int opcode, AbstractInsnNode newNod
8181

8282
/**
8383
* Cut a number of nodes from the list.
84+
* @param list the list to perform the operation on
8485
* @param amount how many nodes to cut
8586
* @param reverse true if it should cut from the end, false otherwise
8687
*/

0 commit comments

Comments
 (0)