@@ -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&lt;?&gt;][java.util.List], where the contained objects are also one of these
137- * types.
138- * * [Map&lt;String, ?&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