Skip to content

Commit

Permalink
remove deprecated use
Browse files Browse the repository at this point in the history
  • Loading branch information
bobjacobsen committed Dec 30, 2019
1 parent c040f8e commit 3812b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/src/jmri/jmrit/picker/PickListModel.java
Expand Up @@ -163,7 +163,7 @@ public E getBySystemName(@Nonnull String name) {
@Override
@CheckForNull
protected E getByUserName(@Nonnull String name) {
return getManager().getBeanByUserName(name);
return getManager().getByUserName(name);
}

/** {@inheritDoc} */
Expand Down

0 comments on commit 3812b6b

Please sign in to comment.