mirror of
https://github.com/russok/FitoTrack.git
synced 2025-10-28 16:22:12 -07:00
Fix Unit "Imperial with meters"
This commit is contained in:
parent
aac80d6798
commit
179e271cbf
@ -11,13 +11,9 @@ public class ImperialWithMeters extends Imperial {
|
||||
public double getDistanceFromMeters(double meters) {
|
||||
return meters;
|
||||
}
|
||||
@Override
|
||||
public String getLongDistanceUnit() {
|
||||
return "m";
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getShortDistanceUnit() {
|
||||
return "yd";
|
||||
return "m";
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user