Removed exception

This commit is contained in:
tastybento 2021-07-31 11:05:55 -07:00
parent 2c6c59e4aa
commit 8ecc106f75

View File

@ -23,11 +23,8 @@ public class SettingsTest {
Settings s; Settings s;
/**
* @throws java.lang.Exception
*/
@Before @Before
public void setUp() throws Exception { public void setUp() {
s = new Settings(); s = new Settings();
} }
/** /**
@ -404,7 +401,7 @@ public class SettingsTest {
} }
/** /**
* Test method for {@link world.bentobox.boxed.Settings#getIslandCommand()}. * Test method for {@link Settings#getPlayerCommandAliases()} Command()}.
*/ */
@Test @Test
public void testGetIslandCommand() { public void testGetIslandCommand() {
@ -413,7 +410,7 @@ public class SettingsTest {
} }
/** /**
* Test method for {@link world.bentobox.boxed.Settings#getAdminCommand()}. * Test method for {@link Settings#getAdminCommandAliases()}.
*/ */
@Test @Test
public void testGetAdminCommand() { public void testGetAdminCommand() {