mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-05 13:14:53 +00:00
Fix missing javadoc parameters, throw tags,...
This commit is contained in:
@@ -1515,7 +1515,7 @@ public class Graph {
|
||||
/**
|
||||
* Expands gotos.
|
||||
*
|
||||
* @param list
|
||||
* @param list List of GraphTargetItems
|
||||
*/
|
||||
private void expandGotos(List<GraphTargetItem> list) {
|
||||
if (!list.isEmpty() && (list.get(list.size() - 1) instanceof GotoItem)) {
|
||||
|
||||
Reference in New Issue
Block a user