Skip to content

Commit 2d25c0a

Browse files
author
Andrey Turbanov
committedOct 7, 2022
8292280: Unused field 'keyListener' in BasicRadioButtonUI
Reviewed-by: jdv, serb
1 parent 0ad6803 commit 2d25c0a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed
 

‎src/java.desktop/share/classes/javax/swing/plaf/basic/BasicRadioButtonUI.java

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1997, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -26,16 +26,11 @@
2626
package javax.swing.plaf.basic;
2727

2828
import java.awt.*;
29-
import java.awt.event.*;
3029
import javax.swing.*;
31-
import javax.swing.border.*;
3230
import javax.swing.plaf.*;
3331
import javax.swing.text.View;
3432
import sun.swing.SwingUtilities2;
3533
import sun.awt.AppContext;
36-
import java.util.Enumeration;
37-
import java.util.HashSet;
38-
import java.util.Set;
3934

4035
/**
4136
* RadioButtonUI implementation for BasicRadioButtonUI
@@ -55,8 +50,6 @@ public class BasicRadioButtonUI extends BasicToggleButtonUI
5550

5651
private static final String propertyPrefix = "RadioButton" + ".";
5752

58-
private KeyListener keyListener = null;
59-
6053
// ********************************
6154
// Create PLAF
6255
// ********************************

0 commit comments

Comments
 (0)
Please sign in to comment.