MapWithAIPreferencesTest: Docs and PMD

Signed-off-by: Taylor Smock <tsmock@fb.com>
pull/1/head
Taylor Smock 2021-07-20 13:58:48 -06:00
rodzic d8fdc1683f
commit 9f6d2e0015
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -23,8 +23,9 @@ import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
import org.openstreetmap.josm.testutils.annotations.BasicPreferences;
/**
* @author Taylor Smock
* Test class for {@link MapWithAIPreferences}
*
* @author Taylor Smock
*/
@BasicPreferences
class MapWithAIPreferencesTest {
@ -37,10 +38,9 @@ class MapWithAIPreferencesTest {
/**
* Set up the test
*
* @throws Exception if something goes wrong with set up
*/
@BeforeEach
void setUp() throws Exception {
void setUp() {
preferences = new MapWithAIPreferences();
}