提交 4628ea6b 编写于 作者: wu-sheng's avatar wu-sheng

Fix unassigned value.

上级 efbdb745
......@@ -43,11 +43,11 @@ public class ID {
}
if (part == 0) {
part1 = part;
part1 = value;
} else if (part == 1) {
part2 = part;
part2 = value;
} else {
part3 = part;
part3 = value;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册