Skip to content

Commit

Permalink
HDDS-3482. Impl getUriDefaultPort to BasicOzFsOzFs, return -1 forever…
Browse files Browse the repository at this point in the history
… to pass the checkPath
  • Loading branch information
elek committed Apr 30, 2020
1 parent a7a754b commit d849904
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,8 @@ public BasicOzFs(URI theUri, Configuration conf)
OzoneConsts.OZONE_URI_SCHEME, false);
}

@Override
public int getUriDefaultPort() {
return -1;
}
}

0 comments on commit d849904

Please sign in to comment.