We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9930d4c commit 556b17cCopy full SHA for 556b17c
opengrok-indexer/src/test/java/org/opengrok/indexer/history/GitRepositoryTest.java
@@ -805,8 +805,8 @@ private String addSubmodule(String submoduleName) throws Exception {
805
setGitDir(Paths.get(repository.getSourceRoot(), "git", ".git").toFile())
806
.build();
807
try (Git git = new Git(mainRepo)) {
808
- org.eclipse.jgit.lib.Repository subRepoInit = git.submoduleAdd().
809
- setURI("file:///" + newRepoFile.toString()).
+ git.submoduleAdd().
+ setURI("file:///" + newRepoFile).
810
setPath(submoduleName).
811
call();
812
}
0 commit comments