mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-05 15:35:56 +00:00
logger classes fixed, added new events (swf, abc, method body parsed)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user