format code

This commit is contained in:
honfika@gmail.com
2015-06-20 17:58:37 +02:00
parent e40cc087ae
commit 0677781f62
3 changed files with 7 additions and 7 deletions

View File

@@ -19,7 +19,6 @@ package com.jpexs.decompiler.flash.gui;
import java.util.HashMap;
import java.util.ResourceBundle;
import javax.swing.JComboBox;
import org.testng.Assert;
import org.testng.annotations.Test;
/**
@@ -33,5 +32,4 @@ public class AdvancedSettingsTest {
ResourceBundle resourceBundle = ResourceBundle.getBundle(AppStrings.getResourcePath(AdvancedSettingsDialog.class));
AdvancedSettingsDialog.getCategories(new HashMap<>(), new HashMap<>(), new JComboBox<>(), resourceBundle);
}
}