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

Unified Diff: mojo/public/java/bindings/src/org/chromium/mojo/bindings/RouterImpl.java

Issue 1850793002: Suppress SparseArray lint warning in Mojo RouterImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Suppress instead Created 4 years, 8 months 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/java/bindings/src/org/chromium/mojo/bindings/RouterImpl.java
diff --git a/mojo/public/java/bindings/src/org/chromium/mojo/bindings/RouterImpl.java b/mojo/public/java/bindings/src/org/chromium/mojo/bindings/RouterImpl.java
index 815d79ef4f68d1cea1f6bec7a72127ef37c32e94..4e7b6b344cd98a98d1f30766dae0b7cf0a117e5c 100644
--- a/mojo/public/java/bindings/src/org/chromium/mojo/bindings/RouterImpl.java
+++ b/mojo/public/java/bindings/src/org/chromium/mojo/bindings/RouterImpl.java
@@ -4,6 +4,8 @@
package org.chromium.mojo.bindings;
+import android.annotation.SuppressLint;
+
import org.chromium.mojo.system.AsyncWaiter;
import org.chromium.mojo.system.Core;
import org.chromium.mojo.system.MessagePipeHandle;
@@ -15,6 +17,7 @@ import java.util.concurrent.Executor;
/**
* Implementation of {@link Router}.
*/
+@SuppressLint("UseSparseArrays") // https://crbug.com/600699
public class RouterImpl implements Router {
/**
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698