switch to https variant of XML schema locations
This commit is contained in:
@@ -199,7 +199,7 @@ public class SpringXMLCompletionEngine implements ICompletionEngine, LanguageSpe
|
||||
+ "<beans xmlns=\"http://www.springframework.org/schema/beans\"\n"
|
||||
+ " xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
|
||||
+ " xsi:schemaLocation=\"\n"
|
||||
+ " http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd\">\n"
|
||||
+ " http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd\">\n"
|
||||
+ "\n"
|
||||
+ " <!-- bean definitions here -->\n"
|
||||
+ " $0\n"
|
||||
@@ -210,7 +210,7 @@ public class SpringXMLCompletionEngine implements ICompletionEngine, LanguageSpe
|
||||
+ "<beans xmlns=\"http://www.springframework.org/schema/beans\"\n"
|
||||
+ " xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
|
||||
+ " xsi:schemaLocation=\"\n"
|
||||
+ " http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd\">\n"
|
||||
+ " http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd\">\n"
|
||||
+ "\n"
|
||||
+ " <!-- bean definitions here -->\n"
|
||||
+ " \n"
|
||||
|
||||
Reference in New Issue
Block a user