jira-importer commented on issue #313:
URL: https://github.com/apache/maven-scm/issues/313#issuecomment-2964585026

   **[Emmanuel 
Venisse](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=evenisse)**
 commented
   
   all commands methods will be in ScmProvider. For obtain correct signature, 
each command must return a specific ScmResult.
   Actually all command implements the executeCommand method that return 
ScmResult, so we need to refactor all command and implements a specific 
interface by command and remove the executeCommand in Command interface
   
   For checkout, we'll do manager.getProvider().checkout(...)
   


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