Skip to content

Commit

Permalink
forbidden method fix
Browse files Browse the repository at this point in the history
Signed-off-by: Petar Dzepina <[email protected]>
  • Loading branch information
petardz committed Jan 6, 2023
1 parent 254d155 commit 1c474b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ public void onFailure(Exception e) {


} catch (IOException e) {
e.printStackTrace();
throw SecurityAnalyticsException.wrap(e);
}
}

Expand Down

0 comments on commit 1c474b2

Please sign in to comment.