Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/jruby/ir/instructions/Instr.java
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ public Instr(Operation operation, Operand[] operands) {
this.operands = operands;
}

private String[] EMPTY_STRINGS = new String[0];
private static String[] EMPTY_STRINGS = new String[0];
public String[] toStringNonOperandArgs() {
return EMPTY_STRINGS;
}

0 comments on commit 0af53f6

Please sign in to comment.