mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-13 16:20:34 +00:00
SuggestLocationsResult: Make SuggestedLocations public, so their priority can be used for custom sorting.
This commit is contained in:
parent
9f5000b9f3
commit
dd809adfd0
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public final class SuggestLocationsResult implements Serializable {
|
|||
|
||||
public final @Nullable ResultHeader header;
|
||||
public final Status status;
|
||||
private final List<SuggestedLocation> suggestedLocations;
|
||||
public final List<SuggestedLocation> suggestedLocations;
|
||||
|
||||
public SuggestLocationsResult(final ResultHeader header, final List<SuggestedLocation> suggestedLocations) {
|
||||
this.header = header;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue