fix some code style issues

This commit is contained in:
Skylot
2014-03-02 23:34:40 +04:00
parent b1dc26ee06
commit 5557fd814b
31 changed files with 136 additions and 119 deletions
@@ -3,6 +3,9 @@ package jadx.gui.treemodel;
import javax.swing.Icon;
public class TextNode extends JNode {
private static final long serialVersionUID = 2342749142368352232L;
private final String label;
public TextNode(String str) {