Skip to content

Commit 9a19742

Browse files
authored
Revert noisy change
1 parent 5ecd06a commit 9a19742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/appium/java_client/android/geolocation/AndroidGeoLocation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public AndroidGeoLocation() {
3939
/**
4040
* Initializes AndroidLocation instance with longitude and latitude values.
4141
*
42-
* @param latitude latitude value
42+
* @param latitude latitude value
4343
* @param longitude longitude value
4444
*/
4545
public AndroidGeoLocation(double latitude, double longitude) {

0 commit comments

Comments
 (0)