RaigorJiang commented on PR #22155:
URL: https://github.com/apache/shardingsphere/pull/22155#issuecomment-1323731558

   > Hey @RaigorJiang ! Actually the problem is that As u told me to change the 
class of MetadataContextFactoryAdvice.java to 
MetaDataContextsFactoryAdvice.java that is causing error and i am not able to 
understand how to fix it. 
   
   There are two problems here:
   1. You changed the file name, but did not change the class name, which does 
not comply with the basic rules of Java;
   2. When we modify class name, we should also modify all references related 
to it. You can use the class name for global search, or use IDE's refactor 
function.
   
   


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