dragon-zhang commented on a change in pull request #2922:
URL: https://github.com/apache/incubator-shenyu/pull/2922#discussion_r811910958



##########
File path: 
shenyu-common/src/main/java/org/apache/shenyu/common/config/ShenyuConfig.java
##########
@@ -880,40 +900,40 @@ public void setAllowCredentials(final boolean 
allowCredentials) {
             this.allowCredentials = allowCredentials;
         }
     }
-    
+
     /**
      * The type Instance config.
      */
     public static class InstanceConfig {
-    
+
         private Boolean enabled = false;
-    
+
         private String registerType;
-    
+
         private String serverLists;
-    
+
         private Properties props = new Properties();
-        
+
         /**
          * Instantiates a new Instance config.
          */
         public InstanceConfig() {
-        
+
         }
-    
+
         /**
          * Instantiates a new Instance config.
          *
          * @param registerType the register type
-         * @param serverLists the server lists
-         * @param props the props
+         * @param serverLists  the server lists
+         * @param props        the props

Review comment:
       ok




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