Polishing

Closes gh-31522
This commit is contained in:
Johnny Lim
2023-10-30 22:04:29 +09:00
committed by Sam Brannen
parent 8a2acbeac1
commit 2b750926c3
20 changed files with 32 additions and 30 deletions

View File

@@ -716,7 +716,7 @@ public class DefaultPersistenceUnitManager
*/
private static class BeanValidationDelegate {
public static boolean isValidationProviderPresent() {
static boolean isValidationProviderPresent() {
try {
Validation.byDefaultProvider().configure();
return true;