@@ -26,11 +26,13 @@ correct schema so that the elements in the `jee` namespace are available to you:
2626 <?xml version="1.0" encoding="UTF-8"?>
2727 <beans xmlns="http://www.springframework.org/schema/beans"
2828 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
29- __xmlns:jee="http://www.springframework.org/schema/jee"__ xsi:schemaLocation="
29+ xmlns:jee="http://www.springframework.org/schema/jee"
30+ xsi:schemaLocation="
3031 http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd
31- __http ://www.springframework.org/schema/jee https://www.springframework.org/schema/jee/spring-jee.xsd"__ >
32+ http ://www.springframework.org/schema/jee https://www.springframework.org/schema/jee/spring-jee.xsd">
3233
3334 <!-- bean definitions here -->
35+
3436 </beans>
3537----
3638
@@ -299,11 +301,13 @@ are available to you:
299301 <?xml version="1.0" encoding="UTF-8"?>
300302 <beans xmlns="http://www.springframework.org/schema/beans"
301303 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
302- __xmlns:jms="http://www.springframework.org/schema/jms"__ xsi:schemaLocation="
304+ xmlns:jms="http://www.springframework.org/schema/jms"
305+ xsi:schemaLocation="
303306 http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd
304- __http ://www.springframework.org/schema/jms https://www.springframework.org/schema/jms/spring-jms.xsd"__ >
307+ http ://www.springframework.org/schema/jms https://www.springframework.org/schema/jms/spring-jms.xsd">
305308
306309 <!-- bean definitions here -->
310+
307311 </beans>
308312----
309313
@@ -335,10 +339,12 @@ the correct schema so that the elements in the `cache` namespace are available t
335339 <?xml version="1.0" encoding="UTF-8"?>
336340 <beans xmlns="http://www.springframework.org/schema/beans"
337341 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
338- __xmlns:cache="http://www.springframework.org/schema/cache"__ xsi:schemaLocation="
342+ xmlns:cache="http://www.springframework.org/schema/cache"
343+ xsi:schemaLocation="
339344 http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd
340- __http ://www.springframework.org/schema/cache https://www.springframework.org/schema/cache/spring-cache.xsd"__ >
345+ http ://www.springframework.org/schema/cache https://www.springframework.org/schema/cache/spring-cache.xsd">
341346
342347 <!-- bean definitions here -->
348+
343349 </beans>
344350----
0 commit comments