Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jerqi committed Aug 14, 2024
1 parent bf988d7 commit 9f61d1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public boolean deleteRole(String role) throws NoSuchMetalakeException {
*/
public Role createRole(
String role, Map<String, String> properties, List<SecurableObject> securableObjects)
throws RoleAlreadyExistsException, NoSuchMetalakeException {
throws RoleAlreadyExistsException, NoSuchMetalakeException, NoSuchMetadataObjectException {
return getMetalake().createRole(role, properties, securableObjects);
}
/**
Expand Down

0 comments on commit 9f61d1e

Please sign in to comment.