Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
bobjacobsen committed Aug 6, 2020
1 parent 33dc1fd commit 64335cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/src/jmri/jmrix/PortAdapter.java
Expand Up @@ -138,6 +138,7 @@ public interface PortAdapter {
/**
* Should this option be represented by a text field
* (as opposed to a JCombobox)
* @param option Name of the option to check
* @return true for text representation preferred
*/
public default boolean isOptionTypeText(String option) { return false; }
Expand Down

0 comments on commit 64335cd

Please sign in to comment.