mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 04:19:03 +00:00
polishing
This commit is contained in:
+1
-1
@@ -162,7 +162,7 @@ class InitializrService {
|
||||
int statusCode = httpResponse.getStatusLine().getStatusCode();
|
||||
message += " (unexpected " + statusCode + " error)";
|
||||
}
|
||||
throw new ReportableException(message.toString());
|
||||
throw new ReportableException(message);
|
||||
}
|
||||
|
||||
private String extractMessage(HttpEntity entity) {
|
||||
|
||||
Reference in New Issue
Block a user