Commit 96198e29 authored by Stephane Nicoll's avatar Stephane Nicoll

polishing

parent 3e97cdbc
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment