This commit is contained in:
Arjen Poutsma
2010-09-01 10:48:15 +00:00
parent 1e3500a8be
commit 034ea83766

View File

@@ -78,7 +78,7 @@ public abstract class SchemaLoaderUtils {
return schemaFactory.newSchema(schemaSources);
}
/** Retrieves the URL from the given resource as System ID. Returns <code>null</code> if it cannot be openened. */
/** Retrieves the URL from the given resource as System ID. Returns <code>null</code> if it cannot be opened. */
public static String getSystemId(Resource resource) {
try {
return resource.getURL().toString();