Undo accidental change for debugging

This commit is contained in:
nick-botticelli 2022-05-28 04:17:35 -07:00
parent 0d221dbca5
commit 59a40b18c7
1 changed files with 1 additions and 3 deletions

View File

@ -164,9 +164,7 @@ public class DecompilerSelectionPane
public Decompiler getSelectedDecompiler() public Decompiler getSelectedDecompiler()
{ {
javax.swing.ButtonModel selection = group.getSelection(); return Decompiler.valueOf(group.getSelection().getActionCommand());
String actionCommand = selection.getActionCommand();
return Decompiler.valueOf(actionCommand);
} }
public void setSelectedDecompiler(Decompiler decompiler) public void setSelectedDecompiler(Decompiler decompiler)