geforkt von Mirrors/FastAsyncWorldEdit
Add static to some fields on BlockTransformExtentTest.
Dieser Commit ist enthalten in:
Ursprung
8508055ddc
Commit
9dbe87b77b
@ -37,8 +37,8 @@ import static org.junit.Assert.assertThat;
|
||||
|
||||
public class BlockTransformExtentTest {
|
||||
|
||||
private final Transform ROTATE_90 = new AffineTransform().rotateY(-90);
|
||||
private final Transform ROTATE_NEG_90 = new AffineTransform().rotateY(90);
|
||||
private static final Transform ROTATE_90 = new AffineTransform().rotateY(-90);
|
||||
private static final Transform ROTATE_NEG_90 = new AffineTransform().rotateY(90);
|
||||
private final Set<BlockType> ignored = new HashSet<BlockType>();
|
||||
|
||||
@Before
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren