Polishing

This commit is contained in:
Sam Brannen 2019-02-27 14:01:19 +01:00
parent 846ec31dfe
commit 3a42f1154d
1 changed files with 2 additions and 2 deletions

View File

@ -44,11 +44,11 @@ import org.springframework.util.CollectionUtils;
*
* <p>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.
*
* <p>The pattern for the mapping files can be overidden using the
* <p>The pattern for the mapping files can be overridden using the
* {@link #PluggableSchemaResolver(ClassLoader, String)} constructor
*
* @author Rob Harrop