@ -31,14 +31,14 @@ public class HostRequestMatcherTests extends AbstractWebRequestMatcherTests {
@@ -31,14 +31,14 @@ public class HostRequestMatcherTests extends AbstractWebRequestMatcherTests {
@ -191,12 +191,12 @@ public class ServletUriComponentsBuilder extends UriComponentsBuilder {
@@ -191,12 +191,12 @@ public class ServletUriComponentsBuilder extends UriComponentsBuilder {
@ -53,8 +53,8 @@ public class OriginHandshakeInterceptorTests extends AbstractHttpRequestTests {
@@ -53,8 +53,8 @@ public class OriginHandshakeInterceptorTests extends AbstractHttpRequestTests {
@ -62,8 +62,8 @@ public class OriginHandshakeInterceptorTests extends AbstractHttpRequestTests {
@@ -62,8 +62,8 @@ public class OriginHandshakeInterceptorTests extends AbstractHttpRequestTests {
@ -71,8 +71,8 @@ public class OriginHandshakeInterceptorTests extends AbstractHttpRequestTests {
@@ -71,8 +71,8 @@ public class OriginHandshakeInterceptorTests extends AbstractHttpRequestTests {
@ -80,8 +80,8 @@ public class OriginHandshakeInterceptorTests extends AbstractHttpRequestTests {
@@ -80,8 +80,8 @@ public class OriginHandshakeInterceptorTests extends AbstractHttpRequestTests {
@ -89,10 +89,10 @@ public class OriginHandshakeInterceptorTests extends AbstractHttpRequestTests {
@@ -89,10 +89,10 @@ public class OriginHandshakeInterceptorTests extends AbstractHttpRequestTests {
@ -100,7 +100,7 @@ public class OriginHandshakeInterceptorTests extends AbstractHttpRequestTests {
@@ -100,7 +100,7 @@ public class OriginHandshakeInterceptorTests extends AbstractHttpRequestTests {
@ -109,8 +109,8 @@ public class OriginHandshakeInterceptorTests extends AbstractHttpRequestTests {
@@ -109,8 +109,8 @@ public class OriginHandshakeInterceptorTests extends AbstractHttpRequestTests {
@ -118,17 +118,17 @@ public class OriginHandshakeInterceptorTests extends AbstractHttpRequestTests {
@@ -118,17 +118,17 @@ public class OriginHandshakeInterceptorTests extends AbstractHttpRequestTests {
@ -105,7 +105,7 @@ public class SockJsServiceTests extends AbstractHttpRequestTests {
@@ -105,7 +105,7 @@ public class SockJsServiceTests extends AbstractHttpRequestTests {
@ -114,8 +114,8 @@ public class SockJsServiceTests extends AbstractHttpRequestTests {
@@ -114,8 +114,8 @@ public class SockJsServiceTests extends AbstractHttpRequestTests {
@ -125,17 +125,17 @@ public class SockJsServiceTests extends AbstractHttpRequestTests {
@@ -125,17 +125,17 @@ public class SockJsServiceTests extends AbstractHttpRequestTests {
@ -168,25 +168,25 @@ public class SockJsServiceTests extends AbstractHttpRequestTests {
@@ -168,25 +168,25 @@ public class SockJsServiceTests extends AbstractHttpRequestTests {
@ -198,22 +198,22 @@ public class SockJsServiceTests extends AbstractHttpRequestTests {
@@ -198,22 +198,22 @@ public class SockJsServiceTests extends AbstractHttpRequestTests {
@ -221,11 +221,11 @@ public class SockJsServiceTests extends AbstractHttpRequestTests {
@@ -221,11 +221,11 @@ public class SockJsServiceTests extends AbstractHttpRequestTests {
@ -164,8 +164,8 @@ public class DefaultSockJsServiceTests extends AbstractHttpRequestTests {
@@ -164,8 +164,8 @@ public class DefaultSockJsServiceTests extends AbstractHttpRequestTests {
@ -175,8 +175,8 @@ public class DefaultSockJsServiceTests extends AbstractHttpRequestTests {
@@ -175,8 +175,8 @@ public class DefaultSockJsServiceTests extends AbstractHttpRequestTests {
@ -186,9 +186,9 @@ public class DefaultSockJsServiceTests extends AbstractHttpRequestTests {
@@ -186,9 +186,9 @@ public class DefaultSockJsServiceTests extends AbstractHttpRequestTests {
@ -198,9 +198,9 @@ public class DefaultSockJsServiceTests extends AbstractHttpRequestTests {
@@ -198,9 +198,9 @@ public class DefaultSockJsServiceTests extends AbstractHttpRequestTests {
@ -289,17 +289,17 @@ public class DefaultSockJsServiceTests extends AbstractHttpRequestTests {
@@ -289,17 +289,17 @@ public class DefaultSockJsServiceTests extends AbstractHttpRequestTests {
@ -314,7 +314,7 @@ public class DefaultSockJsServiceTests extends AbstractHttpRequestTests {
@@ -314,7 +314,7 @@ public class DefaultSockJsServiceTests extends AbstractHttpRequestTests {
@ -909,7 +909,7 @@ namespace handler classes. For our example, we need to write the following:
@@ -909,7 +909,7 @@ namespace handler classes. For our example, we need to write the following:
(The `:` character is a valid delimiter in the Java properties format, so
@ -935,7 +935,7 @@ The following snippet shows the line we need to add for our custom schema:
@@ -935,7 +935,7 @@ The following snippet shows the line we need to add for our custom schema:
@ -1207,14 +1207,14 @@ by modifying the `META-INF/spring.handlers` and `META-INF/spring.schemas` files,
@@ -1207,14 +1207,14 @@ by modifying the `META-INF/spring.handlers` and `META-INF/spring.schemas` files,
@ -1275,9 +1275,9 @@ the XSD schema that describes the custom attribute, as follows:
@@ -1275,9 +1275,9 @@ the XSD schema that describes the custom attribute, as follows:
@ -1370,12 +1370,12 @@ by modifying the `META-INF/spring.handlers` and `META-INF/spring.schemas` files,
@@ -1370,12 +1370,12 @@ by modifying the `META-INF/spring.handlers` and `META-INF/spring.schemas` files,
@ -5650,12 +5650,12 @@ The following example shows the bean definitions for the preceding code:
@@ -5650,12 +5650,12 @@ The following example shows the bean definitions for the preceding code:
@ -5702,7 +5702,7 @@ callback interface. In the following example, the `mailSender` property is of ty
@@ -5702,7 +5702,7 @@ callback interface. In the following example, the `mailSender` property is of ty
public void prepare(MimeMessage mimeMessage) throws Exception {