Skip to content

Commit

Permalink
On branch edburns-msft-183-rename-to-just-validation Found and fixed …
Browse files Browse the repository at this point in the history
…additional occurrences.

modified:   license/xml-header-style.xml
modified:   src/main/java/jakarta/validation/ConstraintValidatorContext.java

Signed-off-by: Ed Burns <Edward.Burns@microsoft.com>
  • Loading branch information
Ed Burns authored and Ed Burns committed Sep 10, 2023
1 parent 8990acd commit 8a637d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion license/xml-header-style.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<!--
~ Jakarta Bean Validation API
~ Jakarta Validation API
~
~ License: Apache License, Version 2.0
~ See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public interface ConstraintValidatorContext {

/**
* Returns an instance of the specified type allowing access to
* provider-specific APIs. If the Jakarta Bean Validation provider
* provider-specific APIs. If the Jakarta Validation provider
* implementation does not support the specified class,
* {@link ValidationException} is thrown.
*
Expand Down

0 comments on commit 8a637d5

Please sign in to comment.