Fix checkstyle

This commit is contained in:
Stypox 2025-01-26 16:21:17 +01:00 committed by AudricV
parent 6010c4ea7f
commit 3bdae81c0a
No known key found for this signature in database
GPG key ID: DA92EC7905614198
2 changed files with 3 additions and 3 deletions

View file

@ -345,7 +345,7 @@ public final class DeviceUtils {
try {
CookieManager.getInstance();
return true;
} catch (Throwable ignored) {
} catch (final Throwable ignored) {
return false;
}
}