Просмотр исходного кода

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

tags/rel_3_27_0_ga
chibash 4 лет назад
Родитель
Сommit
9f1f605c12
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      src/main/javassist/bytecode/InstructionPrinter.java

+ 1
- 1
src/main/javassist/bytecode/InstructionPrinter.java Просмотреть файл

@@ -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:

Загрузка…
Отмена
Сохранить