Fix checkstyle
This commit is contained in:
parent
6010c4ea7f
commit
3bdae81c0a
2 changed files with 3 additions and 3 deletions
|
|
@ -345,7 +345,7 @@ public final class DeviceUtils {
|
|||
try {
|
||||
CookieManager.getInstance();
|
||||
return true;
|
||||
} catch (Throwable ignored) {
|
||||
} catch (final Throwable ignored) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue