Skip to content

Commit

Permalink
remove extra blank
Browse files Browse the repository at this point in the history
  • Loading branch information
jerqi committed Jan 2, 2025
1 parent 89827b6 commit 322c8aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public void validate() throws IllegalArgumentException {
objectDTO.type() != null, "\" securable object type\" can't be null");
Preconditions.checkArgument(
objectDTO.privileges() != null && !objectDTO.privileges().isEmpty(),
"\" securable object privileges\" can't be null or empty");
"\"securable object privileges\" can't be null or empty");
}
}
}

0 comments on commit 322c8aa

Please sign in to comment.