File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-beans/src/main/java/org/springframework/beans/factory/xml Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
44
*
45
45
* <p>The format of {@code META-INF/spring.schemas} is a properties file where each line
46
46
* 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,
48
48
* one must be careful to escape any ':' characters which are treated as delimiters
49
49
* in properties files.
50
50
*
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
52
52
* {@link #PluggableSchemaResolver(ClassLoader, String)} constructor
53
53
*
54
54
* @author Rob Harrop
You can’t perform that action at this time.
0 commit comments