logger classes fixed, added new events (swf, abc, method body parsed)

This commit is contained in:
honfika@gmail.com
2014-09-01 13:33:35 +02:00
parent c27eeafce4
commit 8325d07b24
26 changed files with 186 additions and 120 deletions

View File

@@ -12,7 +12,8 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library.
* License along with this library.
*/
package com.jpexs.decompiler.flash;
import java.io.IOException;
@@ -66,7 +67,7 @@ public class SWC extends ZippedSWFBundle {
}
}
} catch (IOException ex) {
} catch (IOException ex) {
Logger.getLogger(SWC.class.getName()).log(Level.SEVERE, null, ex);
}
}