fixed some Netbeans code hints

This commit is contained in:
2014-09-07 22:25:06 +02:00
parent 6c7223bba9
commit 8ae999a617
32 changed files with 507 additions and 509 deletions
@@ -28,7 +28,6 @@ import com.jpexs.decompiler.flash.tags.base.ButtonTag;
import com.jpexs.decompiler.flash.tags.base.CharacterIdTag;
import com.jpexs.decompiler.flash.tags.base.CharacterTag;
import com.jpexs.decompiler.flash.tags.base.DrawableTag;
import com.jpexs.decompiler.flash.tags.base.MorphShapeTag;
import com.jpexs.decompiler.flash.tags.base.PlaceObjectTypeTag;
import com.jpexs.decompiler.flash.tags.base.RemoveTag;
import com.jpexs.decompiler.flash.types.CLIPACTIONS;
@@ -59,7 +58,7 @@ public class Timeline {
public RECT displayRect;
public int frameRate;
public List<Tag> tags;
public Map<Integer,Integer> depthMaxFrame= new HashMap<Integer, Integer>();
public Map<Integer,Integer> depthMaxFrame = new HashMap<>();
public int getMaxDepth() {
int max_depth = 0;