Apply and enforce import ordering rules
By: md_5 <git@md-5.net>
This commit is contained in:
parent
c240b58f66
commit
e9ae9842f0
230 changed files with 321 additions and 548 deletions
|
@ -2,10 +2,9 @@ package org.bukkit;
|
|||
|
||||
import static org.hamcrest.Matchers.*;
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
import com.google.common.collect.ImmutableList;
|
||||
import java.util.List;
|
||||
import java.util.Random;
|
||||
|
||||
import org.bukkit.util.Vector;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
@ -13,8 +12,6 @@ import org.junit.runners.Parameterized;
|
|||
import org.junit.runners.Parameterized.Parameter;
|
||||
import org.junit.runners.Parameterized.Parameters;
|
||||
|
||||
import com.google.common.collect.ImmutableList;
|
||||
|
||||
@RunWith(Parameterized.class)
|
||||
public class LocationTest {
|
||||
private static final double delta = 1.0 / 1000000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue