Skip to content

Commit

Permalink
remove redundant implements ActionListener clauses
Browse files Browse the repository at this point in the history
  • Loading branch information
bobjacobsen committed Jul 8, 2019
1 parent 8492aa0 commit d1ab9b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
*
* @author Bob Jacobsen Copyright (C) 2001, 2005, 2013
*/
public class CompositeVariableValue extends EnumVariableValue implements ActionListener {
public class CompositeVariableValue extends EnumVariableValue {

public CompositeVariableValue(String name, String comment, String cvName,
boolean readOnly, boolean infoOnly, boolean writeOnly, boolean opsOnly,
Expand Down
2 changes: 1 addition & 1 deletion java/src/jmri/jmrix/loconet/downloader/LoaderPane.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* @author B. Milhaupt Copyright (C) 2013, 2014, 2017
*/
public class LoaderPane extends jmri.jmrix.AbstractLoaderPane
implements ActionListener, jmri.jmrix.loconet.swing.LnPanelInterface {
implements jmri.jmrix.loconet.swing.LnPanelInterface {

/**
* LnPanelInterface implementation makes "memo" object available as convenience
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* 2016
*/
public class LoaderPane extends jmri.jmrix.AbstractLoaderPane
implements ActionListener, jmri.jmrix.can.swing.CanPanelInterface {
implements jmri.jmrix.can.swing.CanPanelInterface {

protected CanSystemConnectionMemo memo;
Connection connection;
Expand Down

0 comments on commit d1ab9b3

Please sign in to comment.