From 40f9db47f615852ef18d6559bde072c14fb6629f Mon Sep 17 00:00:00 2001 From: Clay Tsay <9517278+claytsay@users.noreply.github.com> Date: Sun, 10 Dec 2017 16:52:51 -0800 Subject: [PATCH] JavaDoc Fix Fixed the JavaDoc for getCoordinates and setCoordinates. --- app/src/main/java/fr/free/nrw/commons/Media.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/src/main/java/fr/free/nrw/commons/Media.java b/app/src/main/java/fr/free/nrw/commons/Media.java index c7eaf63d5..c75aae2a5 100644 --- a/app/src/main/java/fr/free/nrw/commons/Media.java +++ b/app/src/main/java/fr/free/nrw/commons/Media.java @@ -267,9 +267,7 @@ public class Media implements Parcelable { } /** - * Gets the coordinates of the file. - *

- * Presumably indicates upload location. + * Gets the coordinates of where the file was created. * @return file coordinates as a LatLng */ public @Nullable @@ -278,7 +276,7 @@ public class Media implements Parcelable { } /** - * Sets the coordinates of the file. + * Sets the coordinates of where the file was created. * @param coordinates file coordinates as a LatLng */ public void setCoordinates(@Nullable LatLng coordinates) {