Преглед изворни кода

Incorporate feedback from the PR

tags/rel_3_26_0_ga
Rich Bolen пре 4 година
родитељ
комит
265b8fbea4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      src/main/javassist/bytecode/ClassFileWriter.java

+ 1
- 1
src/main/javassist/bytecode/ClassFileWriter.java Прегледај датотеку

@@ -693,7 +693,7 @@ public class ClassFileWriter {
* @since 3.17.1
*/
public int addInvokeDynamicInfo(int bootstrap,
int nameAndTypeInfo) {
int nameAndTypeInfo) {
output.write(InvokeDynamicInfo.tag);
output.writeShort(bootstrap);
output.writeShort(nameAndTypeInfo);

Loading…
Откажи
Сачувај