Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sameerzuberi committed Jan 16, 2024
1 parent 9d6b8d9 commit cdd12cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ Permission replaceResourcePolicyVariable(@NonNull Session session, @NonNull Perm
Coerce.toString(session.getSessionAttribute(attributeNamespace, attributeName));

if (policyVariableValue == null) {
throw new IllegalArgumentException("Not attribute found for current session");
throw new IllegalArgumentException("No attribute found for current session");
} else {
// for ThingName support only, we can use .replaceAll()
// to support additional policy variables in the future
Expand Down

0 comments on commit cdd12cb

Please sign in to comment.