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

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

Issue 111933005: Fix Java style issues in sync/android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 b58bda62127b4a624306846b069bb4a75810a8db..67deaf6fafb743d5a22a435cb448501b7e090f28 100644
--- a/sync/android/javatests/src/org/chromium/sync/notifier/InvalidationPreferencesTest.java
+++ b/sync/android/javatests/src/org/chromium/sync/notifier/InvalidationPreferencesTest.java
@@ -1,4 +1,4 @@
-// Copyright (c) 2013 The Chromium Authors. All rights reserved.
+// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -92,7 +92,7 @@ public class InvalidationPreferencesTest extends InstrumentationTestCase {
ObjectId.newInstance(1, "obj1".getBytes()),
ObjectId.newInstance(2, "obj2".getBytes()));
Account account = new Account("test@example.com", "bogus");
- byte[] internalClientState = new byte[]{100,101,102};
+ byte[] internalClientState = new byte[]{100, 101, 102};
invPreferences.setSyncTypes(editContext, syncTypes);
invPreferences.setObjectIds(editContext, objectIds);
invPreferences.setAccount(editContext, account);

Powered by Google App Engine
This is Rietveld 408576698