mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove unused constructor
This commit is contained in:
parent
647cf24bb6
commit
77e3bc0d3b
1 changed files with 0 additions and 4 deletions
|
@ -27,10 +27,6 @@ public class MissingRepositoryException extends SnapshotAPIException {
|
|||
descriptionLines = new ArrayList<String>();
|
||||
}
|
||||
|
||||
public MissingRepositoryException(String message) {
|
||||
this.descriptionLines = Arrays.asList(message);
|
||||
}
|
||||
|
||||
public MissingRepositoryException(List<String> descriptionLines) {
|
||||
this.descriptionLines = descriptionLines;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue