Spelling
This commit is contained in:
@@ -48,7 +48,7 @@ public abstract class SaxUtils {
|
||||
return inputSource;
|
||||
}
|
||||
|
||||
/** 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 new URI(resource.getURL().toExternalForm()).toString();
|
||||
|
||||
Reference in New Issue
Block a user