git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@390 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent 11349fea27
commit c6600bb1d6
  1. 2
      jode/jode/bytecode/ConstantPool.java

@ -160,7 +160,7 @@ public class ConstantPool {
case ConstantPool.DOUBLE: case ConstantPool.DOUBLE:
return constants[i].toString(); return constants[i].toString();
case ConstantPool.STRING: case ConstantPool.STRING:
return quoted(getUTF8(indices1[i])); return getUTF8(indices1[i]);
} }
throw new ClassFormatException("unknown constant tag: "+tags[i]); throw new ClassFormatException("unknown constant tag: "+tags[i]);
} }

Loading…
Cancel
Save