Skip to content

Commit

Permalink
prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiik91 committed Aug 26, 2022
1 parent 8d819ed commit 27bc21d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ public String getFlexibleLineType() {
public String getName(Locale locale) {
return shortName == null ? longName.toString(locale) : shortName;
}

/** @return the route's short name, or the long name if the short name is null. */
@Nonnull
public String getName() {
Expand Down

0 comments on commit 27bc21d

Please sign in to comment.