mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 21:01:33 +02:00
Return a generic summary from MissingRepositoryException.getMessage
This commit is contained in:
@@ -36,7 +36,7 @@ public class MissingRepositoryException extends SnapshotAPIException {
|
||||
|
||||
@Override
|
||||
public String getMessage() {
|
||||
return String.join("\n", this.descriptionLines);
|
||||
return "no git access";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user