Fix compile

This commit is contained in:
Jesse Boyd
2019-12-19 16:19:46 +00:00
parent aac30742de
commit 6a49b71cf2
48 changed files with 2649 additions and 85 deletions

View File

@ -68,7 +68,7 @@ import static org.mockito.Mockito.when;
@DisplayName("An ordered block map")
class BlockMapTest {
/*
private static Platform mockedPlatform = mock(Platform.class);
@BeforeAll
@ -584,5 +584,5 @@ class BlockMapTest {
assertEquals(air, entry.getValue());
}
}
*/
}