Archived
0

optimize imports

This commit is contained in:
2018-08-08 13:23:40 +03:00
parent a0f91730d0
commit 9b35c63333
8 changed files with 10 additions and 10 deletions

View File

@@ -8,7 +8,6 @@ import lombok.Setter;
import lombok.extern.slf4j.Slf4j;
import mc.core.Config;
import mc.core.EntityLocation;
import mc.core.Location;
import mc.core.network.BroadcastNetChannel;
import mc.core.network.NetChannel;
import org.springframework.beans.factory.annotation.Autowired;

View File

@@ -5,7 +5,6 @@
package mc.core.player;
import mc.core.EntityLocation;
import mc.core.Location;
import mc.core.network.NetChannel;
import java.util.UUID;

View File

@@ -5,7 +5,6 @@
package mc.core.player;
import mc.core.EntityLocation;
import mc.core.Location;
import mc.core.network.NetChannel;
import java.util.List;

View File

@@ -6,7 +6,6 @@ package mc.core.player;
import lombok.Data;
import mc.core.EntityLocation;
import mc.core.Location;
import mc.core.network.NetChannel;
import java.util.UUID;