提交 a015f095 编写于 作者: S serge-rider

Merge remote-tracking branch 'origin/devel' into devel

......@@ -91,7 +91,7 @@ public abstract class AbstractMockValueGenerator implements MockValueGenerator {
}
}
if (isUnique) {
if (isUnique && uniqueValues != null) {
int attempts = 0;
Object value = null;
while (value == null || uniqueValues.contains(value)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册