From 36063b228b3ff2f4a1d21a9edbf1935f9f5c60e5 Mon Sep 17 00:00:00 2001 From: Soonil Nagarkar Date: Thu, 13 Jan 2022 11:03:16 -0800 Subject: Add missing javadoc param Bug: 214389219 Test: presubmits Change-Id: I0328b640378efab4c41c76f5a9bcce557339fc1a --- location/java/android/location/Geocoder.java | 1 + 1 file changed, 1 insertion(+) (limited to 'location/java/android') diff --git a/location/java/android/location/Geocoder.java b/location/java/android/location/Geocoder.java index e4a0d0caceca..a15834407315 100644 --- a/location/java/android/location/Geocoder.java +++ b/location/java/android/location/Geocoder.java @@ -298,6 +298,7 @@ public final class Geocoder { * @param lowerLeftLongitude the longitude of the lower left corner of the bounding box * @param upperRightLatitude the latitude of the upper right corner of the bounding box * @param upperRightLongitude the longitude of the upper right corner of the bounding box + * @param listener a listener for receiving results * * @throws IllegalArgumentException if locationName is null * @throws IllegalArgumentException if any latitude or longitude is invalid -- cgit v1.2.3-59-g8ed1b