Skip to content

Commit

Permalink
unneeded suppress unchecked
Browse files Browse the repository at this point in the history
  • Loading branch information
bobjacobsen committed Sep 8, 2019
1 parent 927e415 commit d3f410e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion java/src/jmri/jmrit/ctc/editor/gui/FrmAbout.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public FrmAbout(AwtWindowProperties awtWindowProperties) {
* WARNING: Do NOT modify this code. The content of this method is always
* regenerated by the Form Editor.
*/
@SuppressWarnings("unchecked")
// <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
private void initComponents() {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ public FrmAddModifyCTCColumn(AwtWindowProperties awtWindowProperties, Columns co
* WARNING: Do NOT modify this code. The content of this method is always
* regenerated by the Form Editor.
*/
@SuppressWarnings("unchecked") // NOI18N
// <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
private void initComponents() {

Expand Down
1 change: 0 additions & 1 deletion java/src/jmri/jmrit/ctc/editor/gui/FrmCB.java
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ private ArrayList<String> formFieldsValid() {
* WARNING: Do NOT modify this code. The content of this method is always
* regenerated by the Form Editor.
*/
@SuppressWarnings("unchecked") // NOI18N
// <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
private void initComponents() {

Expand Down
1 change: 0 additions & 1 deletion java/src/jmri/jmrit/ctc/editor/gui/FrmCO.java
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ private ArrayList<String> formFieldsValid() {
* WARNING: Do NOT modify this code. The content of this method is always
* regenerated by the Form Editor.
*/
@SuppressWarnings("unchecked") // NOI18N
// <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
private void initComponents() {

Expand Down

0 comments on commit d3f410e

Please sign in to comment.