Skip to content

Commit 6bbd02c

Browse files
committed
Fix javadoc issue
1 parent 426a8e4 commit 6bbd02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parse/src/main/java/com/parse/ParseQuery.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1888,7 +1888,7 @@ public ParseQuery<T> whereWithinGeoBox(
18881888
*
18891889
* @param key
18901890
* The key to be constrained.
1891-
* @param value
1891+
* @param points
18921892
* List<ParseGeoPoint> or ParsePolygon
18931893
* @return this, so you can chain this call.
18941894
*/

0 commit comments

Comments
 (0)