Skip to content

Commit

Permalink
Revert "fix static import difference from trunk"
Browse files Browse the repository at this point in the history
This reverts commit 9603a9e.
  • Loading branch information
Tom McCormick committed Nov 18, 2023
1 parent 9603a9e commit 6a7e834
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 ProtobufHelper.getRemoteException(e);
throw getRemoteException(e);
}
}

Expand Down

0 comments on commit 6a7e834

Please sign in to comment.