Skip to content

Commit

Permalink
Merge pull request #239 from xurenjie/master
Browse files Browse the repository at this point in the history
throw right exception literals when generating adaptive class method signature
  • Loading branch information
li-shen committed Feb 4, 2017
2 parents 3540acb + d7b5baf commit e872d9b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -931,7 +931,7 @@ private String createAdaptiveExtensionClassCode() {
if (i > 0) {
codeBuidler.append(", ");
}
codeBuidler.append(pts[i].getCanonicalName());
codeBuidler.append(ets[i].getCanonicalName());
}
}
codeBuidler.append(" {");
Expand Down

0 comments on commit e872d9b

Please sign in to comment.