polishing

This commit is contained in:
Stephane Nicoll
2014-11-03 10:22:46 +01:00
parent 3e97cdbc3b
commit 96198e2999

View File

@@ -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) {