kwin commented on code in PR #153:
URL: https://github.com/apache/maven-scm/pull/153#discussion_r924499212


##########
maven-scm-providers/maven-scm-providers-git/maven-scm-provider-jgit/src/main/java/org/apache/maven/scm/provider/git/jgit/command/checkout/JGitCheckOutCommand.java:
##########
@@ -94,6 +111,9 @@ protected CheckOutScmResult executeCheckOutCommand( 
ScmProviderRepository repo,
                 branch = Constants.MASTER;
             }
 
+            TransportConfigCallback transportConfigCallback = new 
JGitTransportConfigCallback(
+                sshSessionFactorySupplier.apply ( (GitScmProviderRepository) 
repo, logger ) );

Review Comment:
   Fixed here and in some other locations in 
https://github.com/apache/maven-scm/pull/153/commits/14e6517b77d5bb9046e9945c4f5d45555ad559c7.



-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to