From 9a79d32f4cd27cc684fc09ac7b2d1e59d7840d16 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 23 Jan 2017 10:10:45 +0000 Subject: [PATCH] Polishing --- .../oauth2/resource/OAuth2ResourceServerConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/OAuth2ResourceServerConfiguration.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/OAuth2ResourceServerConfiguration.java index 8e8414ee0e..97b0b4f460 100644 --- a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/OAuth2ResourceServerConfiguration.java +++ b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/OAuth2ResourceServerConfiguration.java @@ -106,7 +106,7 @@ public class OAuth2ResourceServerConfiguration { } - private static class ResourceServerFilterChainOrderProcessor + private static final class ResourceServerFilterChainOrderProcessor implements BeanPostProcessor { private final ResourceServerProperties properties;