You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -139,7 +139,7 @@ public static InputStream postAsStream(final URL url, final Map<String,String[]>
139
139
* @throws IOException If an I/O error has occurred.
140
140
* @throws NullPointerException If {@code url} is null.
141
141
*/
142
-
publicstaticInputStreampostAsStream(finalURLurl, finalMap<String,String[]> parameters, finalPropertiesproperties) throwsIOException {// FIXME: Should switch Properties to HashMap, and also need to make it case-insensitive?
@@ -156,8 +156,8 @@ public static InputStream postAsStream(final URL url, final Map<String,String[]>
156
156
* @throws IOException If an I/O error has occurred.
157
157
* @throws NullPointerException If {@code url} is null.
158
158
*/
159
-
publicstaticInputStreampostAsStream(finalURLurl, finalMap<String,String[]> parameters, finalPropertiesproperties, finalList<String> cookies) throwsIOException {// FIXME: Should switch Properties to HashMap, and also need to make it case-insensitive?
0 commit comments