mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-04 20:06:06 +00:00
Add static to some fields on BlockTransformExtentTest.
This commit is contained in:
parent
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
|
||||
|
Loading…
Reference in New Issue
Block a user