Skip to content

Commit 034ea83

Browse files
committed
1 parent 1e3500a commit 034ea83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/src/main/java/org/springframework/xml/validation/SchemaLoaderUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public static Schema loadSchema(Resource[] resources, String schemaLanguage) thr
7878
return schemaFactory.newSchema(schemaSources);
7979
}
8080

81-
/** Retrieves the URL from the given resource as System ID. Returns <code>null</code> if it cannot be openened. */
81+
/** Retrieves the URL from the given resource as System ID. Returns <code>null</code> if it cannot be opened. */
8282
public static String getSystemId(Resource resource) {
8383
try {
8484
return resource.getURL().toString();

0 commit comments

Comments
 (0)