ThomasBassa / qa-team-voltron

Repository for Team Voltron's work for SE 420 @ ERAU
3 stars 0 forks source link

SecurityLampSimulatedUI combo boxes don't use generics #29

Closed ThomasBassa closed 9 years ago

ThomasBassa commented 9 years ago

The two combo boxes are throwing up a number of compiler warnings due to the relative lack of type safety. Both overrideSwitch and lightSensor should be of type JComboBox<String>, not just JComboBox.