mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 13:20:45 +00:00
some netbeans inspection fixes
This commit is contained in:
@@ -24,7 +24,15 @@ import com.jpexs.decompiler.flash.abc.ScriptPack;
|
||||
*/
|
||||
public class ABCPanelSearchResult {
|
||||
|
||||
public ScriptPack scriptPack;
|
||||
private ScriptPack scriptPack;
|
||||
|
||||
public ABCPanelSearchResult(ScriptPack scriptPack) {
|
||||
this.scriptPack = scriptPack;
|
||||
}
|
||||
|
||||
public ScriptPack getScriptPack() {
|
||||
return scriptPack;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
|
||||
Reference in New Issue
Block a user