yanrongzhen commented on code in PR #4447:
URL: https://github.com/apache/eventmesh/pull/4447#discussion_r1332403246


##########
eventmesh-common/src/main/java/org/apache/eventmesh/common/config/ConfigService.java:
##########
@@ -149,8 +149,7 @@ public <T> T getConfig(ConfigInfo configInfo) throws 
IOException {
         return (T) object;
     }
 
-    private void populateConfig(Object object, Class<?> clazz, Config config)
-        throws NoSuchFieldException, IOException, IllegalAccessException {
+    private void populateConfig(Object object, Class<?> clazz, Config config) 
throws NoSuchFieldException, IOException, IllegalAccessException {
         ConfigInfo configInfo = new ConfigInfo();
         configInfo.setField(config.field());

Review Comment:
   This issue has been fixed, and the method exception signature will not be 
merged to one line in the future.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to