Upgrade to Spring Framework 5.1.7

This commit is contained in:
Rossen Stoyanchev
2019-06-04 10:11:49 -04:00
parent d1eec2db7f
commit eb7c543c0f
2 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ public class DefaultDocumentLoader implements DocumentLoader {
/**
* JAXP attribute used to configure the schema language for validation.
*/
private static final String SCHEMA_LANGUAGE_ATTRIBUTE = "https://java.sun.com/xml/jaxp/properties/schemaLanguage";
private static final String SCHEMA_LANGUAGE_ATTRIBUTE = "http://java.sun.com/xml/jaxp/properties/schemaLanguage";
/**
* JAXP attribute value indicating the XSD schema language.