Undo accidental change for debugging
This commit is contained in:
parent
0d221dbca5
commit
59a40b18c7
1 changed files with 1 additions and 3 deletions
|
@ -164,9 +164,7 @@ public class DecompilerSelectionPane
|
|||
|
||||
public Decompiler getSelectedDecompiler()
|
||||
{
|
||||
javax.swing.ButtonModel selection = group.getSelection();
|
||||
String actionCommand = selection.getActionCommand();
|
||||
return Decompiler.valueOf(actionCommand);
|
||||
return Decompiler.valueOf(group.getSelection().getActionCommand());
|
||||
}
|
||||
|
||||
public void setSelectedDecompiler(Decompiler decompiler)
|
||||
|
|
Loading…
Reference in a new issue