提交 befe81c5 编写于 作者: Z zjcnb 提交者: Liang Zhang

Remove excess code, no hava long.class in ShardingPropertiesConstant enum. (#3412)

上级 f12fae67
......@@ -62,8 +62,6 @@ public final class ShardingProperties {
errorMessages.add(getErrorMessage(shardingPropertiesConstant, value));
} else if (type == int.class && !StringUtil.isIntValue(value)) {
errorMessages.add(getErrorMessage(shardingPropertiesConstant, value));
} else if (type == long.class && !StringUtil.isLongValue(value)) {
errorMessages.add(getErrorMessage(shardingPropertiesConstant, value));
}
}
if (!errorMessages.isEmpty()) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册