Skip to content

Commit

Permalink
Implementing SonarQube feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcastro-dotcms committed Mar 2, 2023
1 parent 380d9bd commit 99d0455
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ private void printResponseEntityViewResult(final OutputStream outputStream,
outputStream.write(StringPool.COMMA.getBytes(StandardCharsets.UTF_8));
}
} catch (final InterruptedException e) {
Logger.error(this, "Thread has been interrupted" + e.getMessage(), e);
Logger.error(this, "Thread has been interrupted: " + e.getMessage(), e);
Thread.currentThread().interrupt();
} catch (final ExecutionException | IOException e) {
Logger.error(this, e.getMessage(), e);
Expand Down

0 comments on commit 99d0455

Please sign in to comment.