This is an automated email from the ASF dual-hosted git repository. liubao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-fence.git
commit eaa7a86f1aa2b880a5f20713d5c2704ed6708417 Author: liubao <[email protected]> AuthorDate: Sat Jun 22 11:02:23 2019 +0800 [SCB-1322]delete unused code --- .../org/apache/servicecomb/authentication/util/CommonConstants.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/common/service/src/main/java/org/apache/servicecomb/authentication/util/CommonConstants.java b/api/common/service/src/main/java/org/apache/servicecomb/authentication/util/CommonConstants.java index 74e8fe6..c866e7e 100644 --- a/api/common/service/src/main/java/org/apache/servicecomb/authentication/util/CommonConstants.java +++ b/api/common/service/src/main/java/org/apache/servicecomb/authentication/util/CommonConstants.java @@ -51,6 +51,4 @@ public final class CommonConstants { public static final String BEAN_AUTH_OPEN_ID_TOKEN_STORE = "authOpenIDTokenStore"; public static final String BEAN_AUTH_USER_DETAILS_SERVICE = "authUserDetailsService"; - - public static final String BEAN_AUTH_AUTH_FILTER = "authAuthFilter"; }
