Skip to content

Commit 5541852

Browse files
Correct the KDoc format.
1 parent b6d9b22 commit 5541852

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

firebase-functions/src/main/java/com/google/firebase/functions/HttpsCallableReference.kt

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,8 @@ public class HttpsCallableReference {
6262
*
6363
* * Any primitive type, including null, int, long, float, and boolean.
6464
* * [String]
65-
* * [List<?>][java.util.List], where the contained objects are also one of these
66-
* types.
67-
* * [Map<String, ?>>][java.util.Map], where the values are also one of these
68-
* types.
65+
* * [List<?>][java.util.List], where the contained objects are also one of these types.
66+
* * [Map<String, ?>][java.util.Map], where the values are also one of these types.
6967
* * [org.json.JSONArray]
7068
* * [org.json.JSONObject]
7169
* * [org.json.JSONObject.NULL]
@@ -133,10 +131,8 @@ public class HttpsCallableReference {
133131
*
134132
* * Any primitive type, including null, int, long, float, and boolean.
135133
* * [String]
136-
* * [List&amp;lt;?&amp;gt;][java.util.List], where the contained objects are also one of these
137-
* types.
138-
* * [Map&amp;lt;String, ?&amp;gt;&gt;][java.util.Map], where the values are also one of these
139-
* types.
134+
* * [List<?>][java.util.List], where the contained objects are also one of these types.
135+
* * [Map<String, ?>][java.util.Map], where the values are also one of these types.
140136
* * [org.json.JSONArray]
141137
* * [org.json.JSONObject]
142138
* * [org.json.JSONObject.NULL]

0 commit comments

Comments
 (0)