Skip to content

Commit

Permalink
修复创建AdaptiveExtensionClass时方法异常签名问题
Browse files Browse the repository at this point in the history
  • Loading branch information
teaey committed Feb 12, 2015
1 parent 17becc2 commit 8ad5f78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 8ad5f78

Please sign in to comment.