some netbeans inspection fixes

This commit is contained in:
2015-08-11 14:40:56 +02:00
parent 80bf0556fd
commit 427e7ea70d
11 changed files with 26 additions and 21 deletions
@@ -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() {