|  | @@ -1,5 +1,5 @@
 | 
	
		
			
				|  |  |  /*
 | 
	
		
			
				|  |  | - * Copyright 2020 the original author or authors.
 | 
	
		
			
				|  |  | + * Copyright 2020-2021 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.
 | 
	
	
		
			
				|  | @@ -33,7 +33,7 @@ import static org.springframework.security.config.Customizer.withDefaults;
 | 
	
		
			
				|  |  |  @EnableWebSecurity
 | 
	
		
			
				|  |  |  public class DefaultSecurityConfig {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -	// formatter:off
 | 
	
		
			
				|  |  | +	// @formatter:off
 | 
	
		
			
				|  |  |  	@Bean
 | 
	
		
			
				|  |  |  	SecurityFilterChain defaultSecurityFilterChain(HttpSecurity http) throws Exception {
 | 
	
		
			
				|  |  |  		http
 | 
	
	
		
			
				|  | @@ -43,7 +43,7 @@ public class DefaultSecurityConfig {
 | 
	
		
			
				|  |  |  			.formLogin(withDefaults());
 | 
	
		
			
				|  |  |  		return http.build();
 | 
	
		
			
				|  |  |  	}
 | 
	
		
			
				|  |  | -	// formatter:on
 | 
	
		
			
				|  |  | +	// @formatter:on
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  	// @formatter:off
 | 
	
		
			
				|  |  |  	@Bean
 |