Skip to content

Commit

Permalink
翻译字段
Browse files Browse the repository at this point in the history
  • Loading branch information
testacount1 committed Oct 8, 2018
1 parent 2c7c547 commit a549f01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static void main(String[] 参数) throws Exception {

翻译类(类结构);
翻译属性(类结构);
//翻译字段(类结构);
翻译字段(类结构);
翻译方法(类结构);

return 类结构.toUnformattedString();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class 翻译示例代码Test {
"\n" +
"public class 人 implements Serializable {\n" +
"\n" +
" private static final long serialVersionUID = 1L;\n" +
" private static final 长1 串行版本UID = 1L;\n" +
" private final 整数 识别;\n" +
" private 字符串 完整名称;\n" +
" private 字符串[] 拜访国家;\n" +
Expand Down

0 comments on commit a549f01

Please sign in to comment.