Kaydet (Commit) 1ddcd1ca authored tarafından Ocke Janssen [oj]'s avatar Ocke Janssen [oj]

dba33e: #i107472# correct class param for ConnectionTools

üst 63ccb14f
......@@ -375,7 +375,7 @@ public class PentahoReportJob implements ReportJob
catch (final Exception e)
{
String message = e.getMessage();
if (message.length() == 0)
if (message == null || message.length() == 0)
{
message = "Failed to process the report";
}
......
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