From 5667813ea1cc634b3542b9188886b5d04d0f3dda Mon Sep 17 00:00:00 2001 From: voddle Date: Thu, 26 Oct 2023 15:14:53 +0800 Subject: [PATCH] format --- .../hdfs/src/main/java/alluxio/hadoop/AbstractFileSystem.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dora/core/client/hdfs/src/main/java/alluxio/hadoop/AbstractFileSystem.java b/dora/core/client/hdfs/src/main/java/alluxio/hadoop/AbstractFileSystem.java index 3858acb338cb..520acce83538 100644 --- a/dora/core/client/hdfs/src/main/java/alluxio/hadoop/AbstractFileSystem.java +++ b/dora/core/client/hdfs/src/main/java/alluxio/hadoop/AbstractFileSystem.java @@ -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 {