mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 21:59:00 +02:00
Return a generic summary from MissingRepositoryException.getMessage
This commit is contained in:
+1
-1
@@ -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