Skip to content

Commit

Permalink
Added forgotten statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ashitikov committed Feb 10, 2016
1 parent c937962 commit 3a08955
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,10 @@ public String generateArgumentString(Method method) {
if (type.equals(Type.LONG) || type.equals(Type.DOUBLE))
var_index++;

if (Utils.isOccupiedWord(var_name)){
var_name = "_" + var_name;
}

builder.append(", ");

if (Utils.isArrayType(type)) {
Expand Down

0 comments on commit 3a08955

Please sign in to comment.