formatting, organize imports

This commit is contained in:
Jindra Pet��k
2013-02-22 21:40:55 +01:00
parent 7e4c9fd424
commit ed6afee9a8
25 changed files with 41226 additions and 45816 deletions
@@ -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");
}
}