We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ecd06a commit 9a19742Copy full SHA for 9a19742
src/main/java/io/appium/java_client/android/geolocation/AndroidGeoLocation.java
@@ -39,7 +39,7 @@ public AndroidGeoLocation() {
39
/**
40
* Initializes AndroidLocation instance with longitude and latitude values.
41
*
42
- * @param latitude latitude value
+ * @param latitude latitude value
43
* @param longitude longitude value
44
*/
45
public AndroidGeoLocation(double latitude, double longitude) {
0 commit comments