ferrirW opened a new issue, #40:
URL: https://github.com/apache/rocketmq-schema-registry/issues/40

   There are many format different. Which one should we take as the standard?
   
   example:
   AOSP format:
   ```
           final BeanMappingBuilder builder = new BeanMappingBuilder() {
               @Override
               protected void configure() {
                   ...
               }
           };
   ```
   
   rmq_checkstyle: 
   ```
           final BeanMappingBuilder builder = new BeanMappingBuilder() {
               @Override
               protected void configure() {
                   ...
               }
           };
   ```
   


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

Reply via email to