Index: android_webview/javatests/src/org/chromium/android_webview/test/WebViewFindApisTestBase.java |
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/WebViewFindApisTestBase.java b/android_webview/javatests/src/org/chromium/android_webview/test/WebViewFindApisTestBase.java |
index 3333d72aae0279a7de2faaf94253e45a57302f9a..242452bab8c71498ca41a99f693bfa8de1b4507f 100644 |
--- a/android_webview/javatests/src/org/chromium/android_webview/test/WebViewFindApisTestBase.java |
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/WebViewFindApisTestBase.java |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+// Copyright 2012 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. |
@@ -131,7 +131,7 @@ public class WebViewFindApisTestBase extends AwTestBase { |
} |
// Similar to java.util.concurrent.Future, but without the ability to cancel. |
- private static abstract class IntegerFuture implements Runnable { |
+ private abstract static class IntegerFuture implements Runnable { |
private CountDownLatch mLatch = new CountDownLatch(1); |
private int mValue; |