Ensure all files end with a new line

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

Issue gh-8945
This commit is contained in:
Phillip Webb
2020-07-27 11:07:14 -07:00
committed by Rob Winch
parent 218480fb7c
commit 4d487e8dc3
64 changed files with 62 additions and 67 deletions

View File

@@ -36,4 +36,4 @@ public class Jsr250SecurityConfig extends SecurityConfig {
super(role);
}
}
}

View File

@@ -46,4 +46,4 @@ public @interface P {
*/
String value();
}
}

View File

@@ -44,4 +44,4 @@ public class InternalAuthenticationServiceException extends AuthenticationServic
super(message);
}
}
}

View File

@@ -30,4 +30,4 @@ public interface ReactiveAuthenticationManagerResolver<C> {
Mono<ReactiveAuthenticationManager> resolve(C context);
}
}

View File

@@ -89,4 +89,4 @@ public class InMemoryConfiguration extends Configuration {
public void refresh() {
}
}
}

View File

@@ -66,4 +66,4 @@ public class DelegatingSecurityContextExecutor extends AbstractDelegatingSecurit
return this.delegate;
}
}
}

View File

@@ -20,7 +20,3 @@
* @since 4.2
*/
package org.springframework.security.jackson2;
/**
* Package contains Jackson mixin classes.
*/

View File

@@ -51,4 +51,4 @@ public class DelegatingSecurityContextTaskExecutor extends DelegatingSecurityCon
this(delegate, null);
}
}
}