You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/11/09 09:39:00 UTC

[GitHub] [incubator-shardingsphere] zjcnb commented on a change in pull request #3479: Added class detection to prevent duplication

zjcnb commented on a change in pull request #3479: Added class detection to prevent duplication
URL: https://github.com/apache/incubator-shardingsphere/pull/3479#discussion_r344436667
 
 

 ##########
 File path: sharding-core/sharding-core-common/src/main/java/org/apache/shardingsphere/core/constant/properties/ShardingProperties.java
 ##########
 @@ -62,8 +62,6 @@ private void validate() {
                 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)) {
 
 Review comment:
   sorry, I changed this before, I have modified

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services