mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-15 05:11:57 +00:00
Remove a deprecated method, no longer compatible with JGit 5.2
This commit is contained in:
parent
600aa8d9cf
commit
788fad5ce7
1 changed files with 0 additions and 5 deletions
|
@ -51,11 +51,6 @@ public class NoGitignoreIterator extends FileTreeIterator {
|
|||
super(root, fs, options, fileModeStrategy);
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
protected NoGitignoreIterator(WorkingTreeIterator p, File root, FS fs) {
|
||||
super(p, root, fs);
|
||||
}
|
||||
|
||||
protected NoGitignoreIterator(FileTreeIterator p, File root, FS fs) {
|
||||
super(p, root, fs);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue