doTransformations

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@641 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 25 years ago
parent 53e98defc7
commit 78452653e1
  1. 4
      jode/jode/obfuscator/ClassBundle.java

@ -149,6 +149,10 @@ public class ClassBundle {
}
}
public void doTransformations() {
basePackage.doTransformations();
}
public void storeClasses(String destination) {
if (destination.endsWith(".jar") ||
destination.endsWith(".zip")) {

Loading…
Cancel
Save