Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
voddle committed Oct 26, 2023
1 parent bace8da commit 5667813
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,8 @@ public boolean renameInternal(Path src, Path dst, AlluxioURI srcPath, AlluxioURI
LOG.error("Failed to rename {} to {}", src, dst);
return false;
}
// this try catch used to catch IOException and AlluxioException, AlluxioRuntimeException would leak from here
// this try catch used to catch IOException and AlluxioException,
// AlluxioRuntimeException would leak from here
// however, due to this is renameinternal, I think no exception should get out of here
// thus all kinds of exception will be caught here
try {
Expand Down

0 comments on commit 5667813

Please sign in to comment.