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

Unified Diff: sync/android/javatests/src/org/chromium/sync/notifier/InvalidationPreferencesTest.java

Issue 652603004: Fix Java Checkstyle issues. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename R to matrixR in DeviceSensors Created 6 years, 2 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
Index: sync/android/javatests/src/org/chromium/sync/notifier/InvalidationPreferencesTest.java
diff --git a/sync/android/javatests/src/org/chromium/sync/notifier/InvalidationPreferencesTest.java b/sync/android/javatests/src/org/chromium/sync/notifier/InvalidationPreferencesTest.java
index 67deaf6fafb743d5a22a435cb448501b7e090f28..2d3e760c3c53f4a57db615d80487644758bd25e7 100644
--- a/sync/android/javatests/src/org/chromium/sync/notifier/InvalidationPreferencesTest.java
+++ b/sync/android/javatests/src/org/chromium/sync/notifier/InvalidationPreferencesTest.java
@@ -43,7 +43,7 @@ public class InvalidationPreferencesTest extends InstrumentationTestCase {
* the two valid strings are properly converted and that the invalid string is dropped.
*/
HashSet<ModelType> expectedTypes = CollectionUtil.newHashSet(
- ModelType.BOOKMARK,ModelType.SESSION);
+ ModelType.BOOKMARK, ModelType.SESSION);
Set<ModelType> actualTypes = ModelType.syncTypesToModelTypes(
CollectionUtil.newHashSet("BOOKMARK", "SESSION", "0!!!INVALID"));
assertEquals(expectedTypes, actualTypes);

Powered by Google App Engine
This is Rietveld 408576698