Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / android_webview / javatests / src / org / chromium / android_webview / test / WebKitHitTestTest.java
index c91ed37..a7fda66 100644 (file)
@@ -30,8 +30,8 @@ public class WebKitHitTestTest extends AwTestBase {
     private AwContents mAwContents;
     private TestWebServer mWebServer;
 
-    private static String HREF = "http://foo/";
-    private static String ANCHOR_TEXT = "anchor text";
+    private static final String HREF = "http://foo/";
+    private static final String ANCHOR_TEXT = "anchor text";
 
     @Override
     public void setUp() throws Exception {