Blah whitespace

This commit is contained in:
Adam
2015-08-22 17:56:08 -04:00
parent e478a4b1f9
commit 0bfc3e3c38

View File

@@ -32,7 +32,7 @@ public class Execution
for (ClassFile cf : group.getClasses())
{
for (Method m : cf.getMethods().getMethods())
{
{
if (!Deob.isObfuscated(m.getName()) && !m.getName().equals("<init>"))
{
if (m.getCode() == null)