Skip to content

Commit 3a42f11

Browse files
committed
Polishing
1 parent 846ec31 commit 3a42f11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-beans/src/main/java/org/springframework/beans/factory/xml/PluggableSchemaResolver.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
*
4545
* <p>The format of {@code META-INF/spring.schemas} is a properties file where each line
4646
* should be of the form {@code systemId=schema-location} where {@code schema-location}
47-
* should also be a schema file in the classpath. Since systemId is commonly a URL,
47+
* should also be a schema file in the classpath. Since {@code systemId} is commonly a URL,
4848
* one must be careful to escape any ':' characters which are treated as delimiters
4949
* in properties files.
5050
*
51-
* <p>The pattern for the mapping files can be overidden using the
51+
* <p>The pattern for the mapping files can be overridden using the
5252
* {@link #PluggableSchemaResolver(ClassLoader, String)} constructor
5353
*
5454
* @author Rob Harrop

0 commit comments

Comments
 (0)