don't close the repository on open

This commit is contained in:
Sebastian Sdorra
2011-05-26 17:50:27 +02:00
parent 7a7a21749f
commit d1ec0f1e9e

View File

@@ -169,13 +169,6 @@ public class GitRepositoryResolver
{
throw new RepositoryNotFoundException(repositoryName, e);
}
finally
{
if (repository != null)
{
repository.close();
}
}
return repository;
}