Apply import ordering rules to CraftBukkit classes
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
package org.bukkit;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
import net.minecraft.server.EnumChatFormat;
|
||||
import net.minecraft.server.IChatBaseComponent;
|
||||
import org.bukkit.craftbukkit.util.CraftChatMessage;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
public class ChatTest {
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user