From 3a42f1154d8c85bae1ece307ee286fb52e7bf160 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 27 Feb 2019 14:01:19 +0100 Subject: [PATCH] Polishing --- .../beans/factory/xml/PluggableSchemaResolver.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-beans/src/main/java/org/springframework/beans/factory/xml/PluggableSchemaResolver.java b/spring-beans/src/main/java/org/springframework/beans/factory/xml/PluggableSchemaResolver.java index 696a849801..3baf7535de 100644 --- a/spring-beans/src/main/java/org/springframework/beans/factory/xml/PluggableSchemaResolver.java +++ b/spring-beans/src/main/java/org/springframework/beans/factory/xml/PluggableSchemaResolver.java @@ -44,11 +44,11 @@ import org.springframework.util.CollectionUtils; * *

The format of {@code META-INF/spring.schemas} is a properties file where each line * should be of the form {@code systemId=schema-location} where {@code schema-location} - * should also be a schema file in the classpath. Since systemId is commonly a URL, + * should also be a schema file in the classpath. Since {@code systemId} is commonly a URL, * one must be careful to escape any ':' characters which are treated as delimiters * in properties files. * - *

The pattern for the mapping files can be overidden using the + *

The pattern for the mapping files can be overridden using the * {@link #PluggableSchemaResolver(ClassLoader, String)} constructor * * @author Rob Harrop -- GitLab