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() {
|
public Location getLocation() {
|
||||||
return mLocation;
|
return mLocation;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue