From 7d7313fcc0ed6a7bb0a397c63b4bb7e03854f2df Mon Sep 17 00:00:00 2001 From: Yichao Yang <1048262223@qq.com> Date: Sun, 16 Aug 2020 18:57:34 +0800 Subject: [PATCH] [Fix][checkstyle] Fix checkstyle static type order checker (#3520) --- style/checkstyle.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/style/checkstyle.xml b/style/checkstyle.xml index 2a74b99a27..d7283abafa 100644 --- a/style/checkstyle.xml +++ b/style/checkstyle.xml @@ -219,12 +219,15 @@ ^sun\.misc\.BASE64Decoder, ^jdk\.internal\.jline\.internal\.Nullable"/> - + - + - + + + + @@ -269,7 +272,9 @@ - + + +