From 1e7e532ed6bd8ebece49819554f7627e707e290f Mon Sep 17 00:00:00 2001 From: Misagh Moayyed Date: Wed, 18 Oct 2023 14:32:35 +0400 Subject: [PATCH] Fix typos in SubstituteOnlyIfPresent Javadoc Closes gh-31455 --- .../springframework/orm/jpa/vendor/SubstituteOnlyIfPresent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-orm/src/main/java/org/springframework/orm/jpa/vendor/SubstituteOnlyIfPresent.java b/spring-orm/src/main/java/org/springframework/orm/jpa/vendor/SubstituteOnlyIfPresent.java index e943ff2e0f3..57473cc3f2c 100644 --- a/spring-orm/src/main/java/org/springframework/orm/jpa/vendor/SubstituteOnlyIfPresent.java +++ b/spring-orm/src/main/java/org/springframework/orm/jpa/vendor/SubstituteOnlyIfPresent.java @@ -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