Skip to content

Commit

Permalink
comment out package protected method that appears to be unused
Browse files Browse the repository at this point in the history
  • Loading branch information
pabender committed Apr 2, 2019
1 parent 6e47152 commit 6918759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/src/jmri/jmrit/beantable/BlockTableAction.java
Expand Up @@ -936,7 +936,7 @@ public void actionPerformed(ActionEvent e) {

JComboBox<String> speeds = new JComboBox<String>();

JPanel additionalAddOption() {
/* JPanel additionalAddOption() {
GridLayout additionLayout = new GridLayout(0, 2);
JPanel mainPanel = new JPanel();
Expand Down Expand Up @@ -980,7 +980,7 @@ public void keyTyped(KeyEvent keyEvent) {
});
return mainPanel;
}
}*/

String systemNameAuto = this.getClass().getName() + ".AutoSystemName";

Expand Down

0 comments on commit 6918759

Please sign in to comment.