Update WayPoint.java
Minor typo correction.
This commit is contained in:
parent
ecc39a2502
commit
01b1f0ce45
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue