clean code and comment

This commit is contained in:
Salco 2018-04-03 10:02:08 -04:00
parent 8753cfeb67
commit e7b9d30f39
2 changed files with 1 additions and 3 deletions

View file

@ -665,7 +665,7 @@
<Component id="cardCountLabel" min="-2" max="-2" attributes="0"/> <Component id="cardCountLabel" min="-2" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/>
<Component id="cardCount" min="-2" pref="48" max="-2" attributes="0"/> <Component id="cardCount" min="-2" pref="48" max="-2" attributes="0"/>
<EmptySpace pref="139" max="32767" attributes="0"/> <EmptySpace max="32767" attributes="0"/>
</Group> </Group>
</Group> </Group>
</DimensionLayout> </DimensionLayout>

View file

@ -307,7 +307,6 @@ public class CardSelector extends javax.swing.JPanel implements ComponentListene
} }
} }
return filter; return filter;
} }
@ -1495,7 +1494,6 @@ public class CardSelector extends javax.swing.JPanel implements ComponentListene
private JTable mainTable; private JTable mainTable;
private ICardGrid currentView; private ICardGrid currentView;
//private CheckBoxList langList = null;
private CheckBoxList listCodeSelected; private CheckBoxList listCodeSelected;
private javax.swing.JComboBox<String> cbSetTag; private javax.swing.JComboBox<String> cbSetTag;
// Variables declaration - do not modify//GEN-BEGIN:variables // Variables declaration - do not modify//GEN-BEGIN:variables