|
@@ -239,7 +239,7 @@ public class HttpFSFileSystem extends FileSystem
|
|
|
* @return a <code>HttpURLConnection</code> for the HttpFSServer server,
|
|
|
* authenticated and ready to use for the specified path and file system operation.
|
|
|
*
|
|
|
- * @throws IOException thrown if an IO error occurrs.
|
|
|
+ * @throws IOException thrown if an IO error occurs.
|
|
|
*/
|
|
|
private HttpURLConnection getConnection(final String method,
|
|
|
Map<String, String> params, Path path, boolean makeQualified)
|
|
@@ -264,7 +264,7 @@ public class HttpFSFileSystem extends FileSystem
|
|
|
* HttpFSServer server, authenticated and ready to use for the
|
|
|
* specified path and file system operation.
|
|
|
*
|
|
|
- * @throws IOException thrown if an IO error occurrs.
|
|
|
+ * @throws IOException thrown if an IO error occurs.
|
|
|
*/
|
|
|
private HttpURLConnection getConnection(final String method,
|
|
|
Map<String, String> params, Map<String, List<String>> multiValuedParams,
|
|
@@ -302,7 +302,7 @@ public class HttpFSFileSystem extends FileSystem
|
|
|
* @return a <code>HttpURLConnection</code> for the HttpFSServer server, authenticated and ready to use for
|
|
|
* the specified path and file system operation.
|
|
|
*
|
|
|
- * @throws IOException thrown if an IO error occurrs.
|
|
|
+ * @throws IOException thrown if an IO error occurs.
|
|
|
*/
|
|
|
private HttpURLConnection getConnection(URL url, String method) throws IOException {
|
|
|
try {
|