Apply import ordering rules to CraftBukkit classes

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2019-04-23 14:54:36 +10:00
parent 7afe4d02f8
commit 09673c1a03
188 changed files with 885 additions and 679 deletions

View File

@@ -1,5 +1,6 @@
package org.bukkit;
import static org.hamcrest.Matchers.*;
import net.minecraft.server.BlockCake;
import net.minecraft.server.BlockChest;
import net.minecraft.server.Blocks;
@@ -10,7 +11,6 @@ import org.bukkit.block.data.type.Cake;
import org.bukkit.block.data.type.Chest;
import org.bukkit.craftbukkit.block.data.CraftBlockData;
import org.bukkit.support.AbstractTestingBase;
import static org.hamcrest.Matchers.*;
import org.junit.Assert;
import org.junit.Test;