mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
JavaDoc Fix
Fixed the JavaDoc for getCoordinates and setCoordinates.
This commit is contained in:
parent
eeea0774b6
commit
40f9db47f6
1 changed files with 2 additions and 4 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue