mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-09 07:13:43 +00:00
license comment position fixed
This commit is contained in:
@@ -1,12 +1,3 @@
|
||||
package com.jpexs.decompiler.flash.gui;
|
||||
|
||||
import com.jpexs.decompiler.flash.gui.AdvancedSettingsDialog;
|
||||
import com.jpexs.decompiler.flash.gui.AppStrings;
|
||||
import java.util.HashMap;
|
||||
import java.util.ResourceBundle;
|
||||
import javax.swing.JComboBox;
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
/*
|
||||
* Copyright (C) 2010-2015 JPEXS
|
||||
*
|
||||
@@ -23,6 +14,13 @@ import org.testng.annotations.Test;
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
package com.jpexs.decompiler.flash.gui;
|
||||
|
||||
import java.util.HashMap;
|
||||
import java.util.ResourceBundle;
|
||||
import javax.swing.JComboBox;
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author JPEXS
|
||||
|
||||
Reference in New Issue
Block a user