set wasAliased

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@716 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent 6e4d05fee5
commit ca01c61a18
  1. 4
      jode/jode/obfuscator/Identifier.java

@ -121,8 +121,10 @@ public abstract class Identifier {
}
public final void setAlias(String name) {
if (name != null)
if (name != null) {
getRepresentative().wasAliased = true;
getRepresentative().alias = name;
}
}
public final String getAlias() {

Loading…
Cancel
Save