Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit abc8e572 authored by Soonil Nagarkar's avatar Soonil Nagarkar
Browse files

Add param javadocs

Add param javadocs to Forward/ReverseGeocodeRequest per API council
suggestion.

Bug: 327275348
Test: n/a
Change-Id: I5a02df0598f0f3f5a6f1a47cb3968dbbc7f17302
parent 1d651eb2
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -260,7 +260,11 @@ public final class ForwardGeocodeRequest implements Parcelable {
            mCallingAttributionTag = null;
        }

        /** Sets the attribution tag. */
        /**
         * Sets the attribution tag.
         *
         * @param attributionTag The attribution tag to associate with the request.
         */
        @NonNull
        public Builder setCallingAttributionTag(@NonNull String attributionTag) {
            mCallingAttributionTag = attributionTag;
+5 −1
Original line number Diff line number Diff line
@@ -207,7 +207,11 @@ public final class ReverseGeocodeRequest implements Parcelable {
            mCallingAttributionTag = null;
        }

        /** Sets the attribution tag. */
        /**
         * Sets the attribution tag.
         *
         * @param attributionTag The attribution tag to associate with the request.
         */
        @NonNull
        public Builder setCallingAttributionTag(@NonNull String attributionTag) {
            mCallingAttributionTag = attributionTag;