Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoMario committed Mar 2, 2018
1 parent 3e2d3a0 commit 66fd523
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ public List<CodegenArgument> getLanguageArguments() {
}

@Override
public void processArgumentsValiues(List<CodegenArgument> codegenArguments){
public void processArgumentsValues(List<CodegenArgument> codegenArguments){
if (codegenArguments == null || codegenArguments.isEmpty()) {
return;
}
Expand Down

0 comments on commit 66fd523

Please # to comment.