Skip to content

Commit

Permalink
修复创建AdaptiveExtensionClass时方法异常签名问题
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaofei.wxf committed Feb 12, 2015
1 parent 977bd90 commit 8cc1164
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 8cc1164

Please sign in to comment.