mirror of
https://github.com/BentoBoxWorld/Boxed.git
synced 2025-02-15 01:01:28 +01:00
Removed exception
This commit is contained in:
parent
2c6c59e4aa
commit
8ecc106f75
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user