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 2020/01/10 15:46:39 UTC

[GitHub] [incubator-shardingsphere] SteNicholas commented on a change in pull request #3925: Solve the bug that the encryption result exception value is 'null' string when the encryption field value is null

SteNicholas commented on a change in pull request #3925: Solve the bug that the encryption result exception value is 'null' string when the encryption field value is null
URL: https://github.com/apache/incubator-shardingsphere/pull/3925#discussion_r365297216
 
 

 ##########
 File path: encrypt-core/encrypt-core-common/src/main/java/org/apache/shardingsphere/encrypt/strategy/impl/AESEncryptor.java
 ##########
 @@ -43,44 +44,47 @@
 @Getter
 @Setter
 public final class AESEncryptor implements Encryptor {
-    
+
     private static final String AES_KEY = "aes.key.value";
-    
+
     private Properties properties = new Properties();
-    
+
     @Override
     public String getType() {
         return "AES";
     }
-    
+
     @Override
     public void init() {
     }
-    
+
 
 Review comment:
   This should recover to origin style. You should check style of pull request.

----------------------------------------------------------------
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