update jgit to v5.4.0.201906121030-r-scm1

This commit is contained in:
Sebastian Sdorra
2019-06-19 11:40:36 +02:00
parent 02616916af
commit ece1a2b34a
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ public class ScmLfsProtocolServlet extends LfsProtocolServlet {
@Override
protected LargeFileRepository getLargeFileRepository(LfsRequest request, String path) throws LfsException {
protected LargeFileRepository getLargeFileRepository(LfsRequest request, String path, String auth) throws LfsException {
return repository;
}
}