ctrl alt L

This commit is contained in:
Sem van der Hoeven
2021-01-06 21:19:06 +01:00
parent c778ab2de8
commit c68bbd4062
27 changed files with 142 additions and 165 deletions

View File

@@ -70,7 +70,7 @@ public class Route implements Parcelable {
return totalDistance;
}
public String getImageURL(){
public String getImageURL() {
return this.imageURL;
}