mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 01:00:43 +00:00
formatting, organize imports
This commit is contained in:
@@ -4,10 +4,9 @@ package com.jpexs.decompiler.flash.gui;
|
||||
*
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class FlashUnsupportedException extends RuntimeException{
|
||||
public class FlashUnsupportedException extends RuntimeException {
|
||||
|
||||
public FlashUnsupportedException() {
|
||||
super("Flash Unsupported");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user