Skip to content

Commit

Permalink
servicenowapiexception semicolon bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harshdeeppruthi committed Aug 6, 2024
1 parent c65c7f1 commit 3235be9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3235be9

Please sign in to comment.