We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fdaa47 commit 0686cbeCopy full SHA for 0686cbe
java/com/google/scrollview/ui/SVCheckboxMenuItem.java
@@ -29,7 +29,6 @@
29
* Constructs a new menulistitem which possesses a flag that can be toggled.
30
*/
31
class SVCheckboxMenuItem extends SVAbstractMenuItem {
32
- public String value = null;
33
public boolean bvalue;
34
35
SVCheckboxMenuItem(int id, String name, boolean val) {
0 commit comments