Skip to content
Snippets Groups Projects
Commit 809f1859 authored by brinn's avatar brinn
Browse files

Add a space to the message for better readability.

SVN: 24290
parent e8323370
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ public class NextExceptionFallbackExceptionTranslator extends SQLStateSQLExcepti
if (exNext != null)
{
msg +=
"{Next exception " + ex.getClass().getSimpleName() + ": "
" {Next exception " + ex.getClass().getSimpleName() + ": "
+ exNext.getMessage() + "}";
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment