mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 12:11:11 +00:00
javadoc fixes
This commit is contained in:
@@ -59,7 +59,6 @@ public interface ASMSource extends TreeItem {
|
||||
/**
|
||||
* Sets actions associated with this object
|
||||
*
|
||||
* @param version Version
|
||||
* @param actions Action list
|
||||
*/
|
||||
public void setActions(List<Action> actions);
|
||||
|
||||
@@ -18,7 +18,6 @@ package com.jpexs.decompiler.flash.treenodes;
|
||||
|
||||
import com.jpexs.decompiler.flash.AbortRetryIgnoreHandler;
|
||||
import com.jpexs.decompiler.flash.EventListener;
|
||||
import com.jpexs.decompiler.flash.SWF;
|
||||
import com.jpexs.decompiler.flash.action.Action;
|
||||
import com.jpexs.decompiler.flash.configuration.Configuration;
|
||||
import com.jpexs.decompiler.flash.helpers.FileTextWriter;
|
||||
|
||||
Reference in New Issue
Block a user