JavaDoc Fix

Fixed the JavaDoc for getCoordinates and setCoordinates.
This commit is contained in:
Clay Tsay 2017-12-10 16:52:51 -08:00
parent eeea0774b6
commit 40f9db47f6

View file

@ -267,9 +267,7 @@ public class Media implements Parcelable {
} }
/** /**
* Gets the coordinates of the file. * Gets the coordinates of where the file was created.
* </p>
* Presumably indicates upload location.
* @return file coordinates as a LatLng * @return file coordinates as a LatLng
*/ */
public @Nullable 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 * @param coordinates file coordinates as a LatLng
*/ */
public void setCoordinates(@Nullable LatLng coordinates) { public void setCoordinates(@Nullable LatLng coordinates) {