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