Update WayPoint.java

Minor typo correction.
master
Andrew Manning 2018-05-29 21:35:09 -04:00 committed by GitHub
parent ecc39a2502
commit 01b1f0ce45
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;
}