提交 14f6dd84 编写于 作者: E Evgeny Fradkin

#26 Mock Data. "Numeric Suffix Size" parameter is added to the Emails generator.

上级 002a9daf
......@@ -109,7 +109,7 @@ public class MockDataUtils {
return Math.round(min + number * dif);
}
private static int degree(int d) {
public static int degree(int d) {
Integer value = degrees.get(d);
if (value == null) {
int result = 10;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册