Fix checkstyle

This commit is contained in:
Stypox 2025-01-26 16:21:17 +01:00 committed by AudricV
parent 937a1a9f13
commit b78cde7911
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;
}
}