Fix for CIs.
This commit is contained in:
parent
71e70884ce
commit
92fd9c5b0d
3 changed files with 5 additions and 5 deletions
|
@ -110,7 +110,7 @@ final public class GoogleSearch extends AbstractModule {
|
|||
/**
|
||||
* Searches Google.
|
||||
*/
|
||||
@SuppressFBWarnings(value = "URLCONNECTION_SSRF_FD")
|
||||
@SuppressFBWarnings(value = {"URLCONNECTION_SSRF_FD", "REC_CATCH_EXCEPTION"})
|
||||
private void run(final Mobibot bot, final String sender, final String query) {
|
||||
try {
|
||||
final String q = URLEncoder.encode(query, "UTF-8");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue