From e9454b8b11b3bb4737468d376e7ef84f4f8176a3 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 4 Sep 2019 10:35:20 -0700 Subject: [PATCH] Update checkstyle import rule Update the checkstyle rule to enforce the blank line between `java` and `javax`. See gh-23539 --- src/checkstyle/checkstyle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/checkstyle/checkstyle.xml b/src/checkstyle/checkstyle.xml index c9fcc6195e2..10ea19ba36f 100644 --- a/src/checkstyle/checkstyle.xml +++ b/src/checkstyle/checkstyle.xml @@ -90,7 +90,7 @@ - +