Merge pull request #38 from anaqreon/patch-1

Update WayPoint.java
master
y20k 2018-06-04 14:16:06 +02:00 committed by GitHub
commit 7c786491b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ public class WayPoint implements Parcelable {
};
/* Getter for mIsStopOver */
/* Getter for mLocation */
public Location getLocation() {
return mLocation;
}
@ -121,4 +121,4 @@ public class WayPoint implements Parcelable {
parcel.writeFloat(mDistanceToStartingPoint);
parcel.writeInt(mNumberSatellites);
}
}
}