- Issue created by @joachim
- Merge request !135Issue #3542033: Clean up unused parameters and remove unused method in... โ (Open) created by Unnamed author
- ๐ฎ๐ณIndia kulpratap2002
- I have cleaned up the
ImportConfigManipulator
, and based on this, I also changed theImportConfigManipulatorInterface
- Methods canโt be made protected since they are defined in the interface. Implementations must keep them public; otherwise, it would break the contract and cause fatal errors.
Please review.
- I have cleaned up the