gzdzss opened a new issue #1641:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1641


   ```java
    @Override
       public void init(final Properties props) {
           ...
        
           boolean isUseSSL = 
Boolean.getBoolean(props.getProperty(EmailPropertiesConstants.IS_USE_SSL, 
EmailPropertiesConstants.DEFAULT_IS_USE_SSL));
           boolean isDebug = 
Boolean.getBoolean(props.getProperty(EmailPropertiesConstants.IS_DEBUG, 
EmailPropertiesConstants.DEFAULT_IS_DEBUG));
          ....
   ```
   
   The "Boolean.getBoolean " should be changed to   “Boolean.parseBoolean” 
because “Boolean.getBoolean ” is get system property


----------------------------------------------------------------
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:
[email protected]


Reply via email to