Skip to content

Commit 9603a9e

Browse files
author
Tom McCormick
committed
fix static import difference from trunk
1 parent d74f8cb commit 9603a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/protocolPB/ClientNamenodeProtocolTranslatorPB.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2095,7 +2095,7 @@ public Path getEnclosingRoot(String filename) throws IOException {
20952095
rpcProxy.getEnclosingRoot(null, req);
20962096
return new Path(response.getEnclosingRootPath());
20972097
} catch (ServiceException e) {
2098-
throw getRemoteException(e);
2098+
throw ProtobufHelper.getRemoteException(e);
20992099
}
21002100
}
21012101

0 commit comments

Comments
 (0)