terrymanu commented on a change in pull request #14988:
URL: https://github.com/apache/shardingsphere/pull/14988#discussion_r790612109
##########
File path:
shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-api/src/main/java/org/apache/shardingsphere/encrypt/api/config/rule/EncryptColumnRuleConfiguration.java
##########
@@ -23,17 +23,29 @@
/**
* Encrypt column rule configuration.
*/
-@RequiredArgsConstructor
@Getter
+@RequiredArgsConstructor
Review comment:
Please change the sequence, we'd like use first line for Constructor,
and second line for getter and setter
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]