Explorar el Código

Merge branch 'master' of github.com:jboss-javassist/javassist

tags/rel_3_27_0_ga
chibash hace 4 años
padre
commit
9f1f605c12
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/main/javassist/bytecode/InstructionPrinter.java

+ 1
- 1
src/main/javassist/bytecode/InstructionPrinter.java Ver fichero

@@ -285,7 +285,7 @@ public class InstructionPrinter implements Opcode {
case ConstPool.CONST_Long:
return "#" + index + " = long " + pool.getLongInfo(index);
case ConstPool.CONST_Double:
return "#" + index + " = int " + pool.getDoubleInfo(index);
return "#" + index + " = double " + pool.getDoubleInfo(index);
case ConstPool.CONST_Class:
return classInfo(pool, index);
default:

Cargando…
Cancelar
Guardar