Fix new checkstyle failures for "CustomImportOrder: Extra separation in import group before.."

This commit is contained in:
Tim Donohue
2020-03-11 15:34:48 -05:00
parent 8a1e97d5f7
commit 4b54c6fc3c
39 changed files with 8 additions and 56 deletions

View File

@@ -11,7 +11,6 @@ import java.io.InputStream;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;