mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-14 22:32:07 +00:00
more cleanup
This commit is contained in:
@@ -31,11 +31,11 @@ import javax.swing.JRadioButton;
|
||||
*/
|
||||
public class ReplaceTraceDialog extends AppDialog {
|
||||
|
||||
private JRadioButton debugAlertRadio;
|
||||
private final JRadioButton debugAlertRadio;
|
||||
|
||||
private JRadioButton debugConsoleRadio;
|
||||
private final JRadioButton debugConsoleRadio;
|
||||
|
||||
private JRadioButton debugSocketRadio;
|
||||
private final JRadioButton debugSocketRadio;
|
||||
|
||||
private String value = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user