Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: A.J. Stein <[email protected]>
  • Loading branch information
david-waltermire and aj-stein-gsa authored Nov 3, 2024
1 parent 2dd24cb commit ad2aca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public interface IConfigurableMessageConstraint extends IConstraint {
String getMessage();

/**
* Generate a violation message using the provide item and dynamic context for
* Generate a violation message using the provided item and dynamic context for
* inline Metapath value insertion.
*
* @param item
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public void handleCardinalityMinimumViolation(
node,
targets,
dynamicContext),
null);
null); // Null because there is no exeception, a Throwable cause.
}
}

Expand Down

0 comments on commit ad2aca3

Please sign in to comment.