未验证 提交 13d34948 编写于 作者: S Serge Rider 提交者: GitHub

Merge pull request #3074 from dbeaver/#1599-mock-data_20

#1599 Mock Data. Unique attributes 
......@@ -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.
先完成此消息的编辑!
想要评论请 注册