Fix checkstyle
This commit is contained in:
parent
937a1a9f13
commit
b78cde7911
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