Fix typos in SubstituteOnlyIfPresent Javadoc

Closes gh-31455
This commit is contained in:
Misagh Moayyed 2023-10-18 14:32:35 +04:00 committed by Sébastien Deleuze
parent fa57598327
commit 1e7e532ed6
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ package org.springframework.orm.jpa.vendor;
import java.util.function.Predicate;
/**
* Predicate intended to enabled the related GraalVM substitution only when the class is present in the classpath.
* Predicate intended to enable the related GraalVM substitution only when the class is present on the classpath.
*
* @author Sebastien Deleuze
* @since 6.1