git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@687 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent ce092cfa68
commit 38a70ce98a
  1. 2
      jode/jode/bytecode/Reference.java

@ -80,7 +80,7 @@ public class Reference {
}
public String toString() {
return className + "." + memberName + "." + memberType;
return className + " " + memberName + " " + memberType;
}
public boolean equals(Object o) {

Loading…
Cancel
Save