diff --git a/src/main/java/io/cdap/plugin/servicenow/apiclient/ServiceNowAPIException.java b/src/main/java/io/cdap/plugin/servicenow/apiclient/ServiceNowAPIException.java index c68b54d..994eda9 100644 --- a/src/main/java/io/cdap/plugin/servicenow/apiclient/ServiceNowAPIException.java +++ b/src/main/java/io/cdap/plugin/servicenow/apiclient/ServiceNowAPIException.java @@ -30,7 +30,7 @@ public ServiceNowAPIException(String message, @Nullable HttpResponse httpRespons } public ServiceNowAPIException(Throwable t, @Nullable HttpResponse httpResponse) { - this(null, t, httpResponse, false) + this(null, t, httpResponse, false); } public ServiceNowAPIException(String message, Throwable t,