Update browser result after computation

This commit is contained in:
René Pfeuffer
2019-12-10 18:10:11 +01:00
parent 87904e3da8
commit 6f4074c21c
4 changed files with 70 additions and 40 deletions

View File

@@ -142,7 +142,7 @@ public class GitBrowseCommandTest extends AbstractGitCommandTestBase {
}
@Test
public void testRecusive() throws IOException {
public void testRecursive() throws IOException {
BrowseCommandRequest request = new BrowseCommandRequest();
request.setRecursive(true);