Skip to content

Commit

Permalink
chore: Remove unneeded deprecated annotation (#1430)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Jun 1, 2022
1 parent 53d39fb commit ba032df
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public String getCookie(final String url) {
return cookieManager.getCookie(url);
}

@SuppressWarnings("deprecation")
public void clearCookies() {
cookieManager.removeAllCookies(null);
}
Expand Down

0 comments on commit ba032df

Please sign in to comment.