Browse Source

Fix typos in SubstituteOnlyIfPresent Javadoc

Closes gh-31455
pull/31466/head
Misagh Moayyed 2 years ago committed by Sébastien Deleuze
parent
commit
1e7e532ed6
  1. 2
      spring-orm/src/main/java/org/springframework/orm/jpa/vendor/SubstituteOnlyIfPresent.java

2
spring-orm/src/main/java/org/springframework/orm/jpa/vendor/SubstituteOnlyIfPresent.java vendored

@ -19,7 +19,7 @@ package org.springframework.orm.jpa.vendor; @@ -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

Loading…
Cancel
Save