show inner data of the actions in dumpview

This commit is contained in:
honfika
2014-08-15 19:13:59 +02:00
parent f84e4d7336
commit 923698cc7f
4 changed files with 10 additions and 3 deletions

View File

@@ -93,7 +93,7 @@ public class DumpTreeModel implements TreeModel {
@Override
public int getChildCount(Object o) {
DumpInfo di = (DumpInfo) o;
DumpInfo di = (DumpInfo) o;
if (di.tagToResolve != null) {
TagStub tagStub = di.tagToResolve;
try {