mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-04 15:14:49 +00:00
spelling: settings
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
ce306459c5
commit
95dfac7cc5
@@ -28,7 +28,7 @@ import org.testng.annotations.Test;
|
||||
public class AdvancedSettingsTest {
|
||||
|
||||
@Test
|
||||
public void testAdvancedSettginsDialog() {
|
||||
public void testAdvancedSettingsDialog() {
|
||||
ResourceBundle resourceBundle = ResourceBundle.getBundle(AppStrings.getResourcePath(AdvancedSettingsDialog.class));
|
||||
AdvancedSettingsDialog.getCategories("", "", new HashMap<>(), new HashMap<>(), "", new HashMap<>(), new HashMap<>(), new HashMap<>(), new HashMap<>(), new JComboBox<>(), resourceBundle);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user