Skip to content

Commit

Permalink
Syntax Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Konloch committed Oct 5, 2024
1 parent 5cf85f7 commit cf92749
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public class BytecodeViewPanel extends JPanel
public BytecodeViewPanel(int panelIndex, ClassViewer viewer)
{
super(new BorderLayout());

this.panelIndex = panelIndex;
this.viewer = viewer;
}
Expand All @@ -63,7 +64,7 @@ public void createPane(ClassViewer viewer)
if (viewer.resource == null)
add(new JLabel("ERROR: Resource Viewer Missing Resource"));

//TODO remove when bcel support is added
//TODO remove when bcel support is added
else if (viewer.resource.getResourceClassNode() == null)
add(new JLabel("ERROR: Resource Viewer Missing ClassNode"));
}
Expand Down

0 comments on commit cf92749

Please sign in to comment.