mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 20:31:34 +02:00
Remove unused constructor
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user