Skip to content

Commit

Permalink
fix static import difference from trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom McCormick committed Nov 10, 2023
1 parent d74f8cb commit 9603a9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2095,7 +2095,7 @@ public Path getEnclosingRoot(String filename) throws IOException {
rpcProxy.getEnclosingRoot(null, req);
return new Path(response.getEnclosingRootPath());
} catch (ServiceException e) {
throw getRemoteException(e);
throw ProtobufHelper.getRemoteException(e);
}
}

Expand Down

0 comments on commit 9603a9e

Please sign in to comment.