ParkGyeongTae opened a new pull request, #4955: URL: https://github.com/apache/zeppelin/pull/4955
### What is this PR for? This PR removes the unused CommandLineUtils.java class from zeppelin/zeppelin-server/src/main/java/org/apache/zeppelin/utils/. The class is no longer referenced anywhere in the codebase and appears to be obsolete. Removing it helps reduce unnecessary code and improves overall maintainability. ### What type of PR is it? Improvement ### Todos * [x] - Remove unused CommandLineUtils.java class * [x] - Remove unused CommandLineUtilsTest.java class ### What is the Jira issue? * Jira: https://issues.apache.org/jira/browse/ZEPPELIN/ZEPPELIN-6210 ### How should this be tested? No specific tests are required, as the class is unused. ### Screenshots (if appropriate) N/A ### Questions: * Does the license files need to update? No. * Is there breaking changes for older versions? No. * Does this needs documentation? No. -- 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]
