Ensure all files end with a newline

Update all files to ensure that they always end with a new line.

Issue: SPR-16968
This commit is contained in:
Phillip Webb
2018-06-13 11:15:42 -07:00
committed by Juergen Hoeller
parent e0480f75ac
commit c3a17dfd47
106 changed files with 121 additions and 121 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2015 the original author or authors.
* Copyright 2002-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -52,4 +52,4 @@ public interface StompEndpointRegistry {
*/
WebMvcStompEndpointRegistry setErrorHandler(StompSubProtocolErrorHandler errorHandler);
}
}

View File

@@ -61,4 +61,4 @@ public interface StompWebSocketEndpointRegistration {
*/
StompWebSocketEndpointRegistration setAllowedOrigins(String... origins);
}
}

View File

@@ -70,4 +70,4 @@ public interface WebSocketHandlerRegistration {
}
}

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2013 the original author or authors.
* Copyright 2002-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -31,4 +31,4 @@ public interface WebSocketHandlerRegistry {
*/
WebSocketHandlerRegistration addHandler(WebSocketHandler webSocketHandler, String... paths);
}
}

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2017 the original author or authors.
* Copyright 2002-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -123,4 +123,4 @@ public class XhrClientSockJsSession extends AbstractClientSockJsSession {
// Nothing to do: XHR transports check if session is disconnected.
}
}
}