dragon-zhang commented on code in PR #4263:
URL: https://github.com/apache/shenyu/pull/4263#discussion_r1047009492


##########
shenyu-admin/src/main/java/org/apache/shenyu/admin/service/register/AbstractShenyuClientRegisterServiceImpl.java:
##########
@@ -54,53 +60,58 @@
  * Abstract strategy.
  */
 public abstract class AbstractShenyuClientRegisterServiceImpl extends 
FallbackShenyuClientRegisterService implements ShenyuClientRegisterService {
-    
+
+    private static final Logger LOG = 
LoggerFactory.getLogger(AbstractShenyuClientRegisterServiceImpl.class);
+
     /**
      * The Event publisher.
      */
     @Resource
     private ApplicationEventPublisher eventPublisher;
-    
+
     /**
      * The Selector service.
      */
     @Resource
     private SelectorService selectorService;
-    
+
     @Resource
     private MetaDataService metaDataService;
-    
+
     /**
      * The Rule service.
      */
     @Resource
     private RuleService ruleService;
-    

Review Comment:
   do not change the format, try config format in your IDE.



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