Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(234)

Unified Diff: android_webview/java/src/org/chromium/android_webview/AwCookieManager.java

Issue 744453002: Fix a bunch of Java Checkstyle issues. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: NeedsBraces to info Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | android_webview/javatests/src/org/chromium/android_webview/test/AndroidViewIntegrationTest.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/java/src/org/chromium/android_webview/AwCookieManager.java
diff --git a/android_webview/java/src/org/chromium/android_webview/AwCookieManager.java b/android_webview/java/src/org/chromium/android_webview/AwCookieManager.java
index 168533b80160c654f3f6d51cb795f7bf9234f5d4..b34b7fe83d16405d8a462a1dcad4ce1a67c7dd16 100644
--- a/android_webview/java/src/org/chromium/android_webview/AwCookieManager.java
+++ b/android_webview/java/src/org/chromium/android_webview/AwCookieManager.java
@@ -190,7 +190,7 @@ public final class AwCookieManager {
mHandler = handler;
}
- public static<T> CookieCallback<T> convert(ValueCallback<T> callback) throws
+ public static <T> CookieCallback<T> convert(ValueCallback<T> callback) throws
IllegalStateException {
if (callback == null) return null;
if (Looper.myLooper() == null) {
« no previous file with comments | « no previous file | android_webview/javatests/src/org/chromium/android_webview/test/AndroidViewIntegrationTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698