From de4a5dd0e3a49b10852c06609f5101f610b0eda8 Mon Sep 17 00:00:00 2001 From: Raed Date: Sat, 6 Jul 2024 01:41:20 +0100 Subject: [PATCH] GH-709 - Fix typo in Javadoc. --- .../modulith/events/jdbc/DatabaseSchemaLocator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-modulith-events/spring-modulith-events-jdbc/src/main/java/org/springframework/modulith/events/jdbc/DatabaseSchemaLocator.java b/spring-modulith-events/spring-modulith-events-jdbc/src/main/java/org/springframework/modulith/events/jdbc/DatabaseSchemaLocator.java index 1750c420..8a56ff20 100644 --- a/spring-modulith-events/spring-modulith-events-jdbc/src/main/java/org/springframework/modulith/events/jdbc/DatabaseSchemaLocator.java +++ b/spring-modulith-events/spring-modulith-events-jdbc/src/main/java/org/springframework/modulith/events/jdbc/DatabaseSchemaLocator.java @@ -41,7 +41,7 @@ public class DatabaseSchemaLocator { } /** - * Loads the {@link Resource} copntaining the schema for the given {@link DatabaseType} from the classpath. + * Loads the {@link Resource} containing the schema for the given {@link DatabaseType} from the classpath. * * @param databaseType must not be {@literal null}. * @return will never be {@literal null}.