mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Return a generic summary from MissingRepositoryException.getMessage
This commit is contained in:
parent
4c237e84f5
commit
1ca63e1ba1
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public class MissingRepositoryException extends SnapshotAPIException {
|
|||
|
||||
@Override
|
||||
public String getMessage() {
|
||||
return String.join("\n", this.descriptionLines);
|
||||
return "no git access";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue