terrymanu commented on a change in pull request #2949: 4.0.0-RC2 does not 
support Oracle 12C connection configuration #2911
URL: 
https://github.com/apache/incubator-shardingsphere/pull/2949#discussion_r324965896
 
 

 ##########
 File path: 
sharding-core/sharding-core-common/src/main/java/org/apache/shardingsphere/core/util/StringUtil.java
 ##########
 @@ -27,20 +27,20 @@
  */
 @AllArgsConstructor(access = AccessLevel.PRIVATE)
 public final class StringUtil {
-    
+
     /**
      * Judge is boolean value or not.
-     * 
+     *
      * @param value to be judged string value
      * @return is boolean value or not
      */
     public static boolean isBooleanValue(final String value) {
         return Boolean.TRUE.toString().equalsIgnoreCase(value) || 
Boolean.FALSE.toString().equalsIgnoreCase(value);
     }
-    
+
 
 Review comment:
   Please keep original indentation with blank line

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to