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:
+1
-1
@@ -36,4 +36,4 @@ public class Jsr250SecurityConfig extends SecurityConfig {
|
||||
super(role);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -46,4 +46,4 @@ public @interface P {
|
||||
*/
|
||||
String value();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -44,4 +44,4 @@ public class InternalAuthenticationServiceException extends AuthenticationServic
|
||||
super(message);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -30,4 +30,4 @@ public interface ReactiveAuthenticationManagerResolver<C> {
|
||||
|
||||
Mono<ReactiveAuthenticationManager> resolve(C context);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -89,4 +89,4 @@ public class InMemoryConfiguration extends Configuration {
|
||||
public void refresh() {
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -66,4 +66,4 @@ public class DelegatingSecurityContextExecutor extends AbstractDelegatingSecurit
|
||||
return this.delegate;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,7 +20,3 @@
|
||||
* @since 4.2
|
||||
*/
|
||||
package org.springframework.security.jackson2;
|
||||
|
||||
/**
|
||||
* Package contains Jackson mixin classes.
|
||||
*/
|
||||
+1
-1
@@ -51,4 +51,4 @@ public class DelegatingSecurityContextTaskExecutor extends DelegatingSecurityCon
|
||||
this(delegate, null);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -19,4 +19,4 @@ public interface CrudRepository {
|
||||
|
||||
Iterable<Object> findAll();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -29,4 +29,4 @@ import org.springframework.security.access.prepost.PreAuthorize;
|
||||
@PreAuthorize("hasRole('ROLE_PERSON')")
|
||||
public interface PersonRepository extends CrudRepository {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -40,4 +40,4 @@ public class CurrentDelegatingSecurityContextExecutorServiceTests
|
||||
return new DelegatingSecurityContextExecutorService(this.delegate);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -40,4 +40,4 @@ public class ExplicitDelegatingSecurityContextExecutorServiceTests
|
||||
return new DelegatingSecurityContextExecutorService(this.delegate, this.securityContext);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -40,4 +40,4 @@ public class ExplicitDelegatingSecurityContextScheduledExecutorServiceTests
|
||||
return new DelegatingSecurityContextScheduledExecutorService(this.delegate, this.securityContext);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user