| Index: android_webview/java/src/org/chromium/android_webview/AwResource.java
|
| diff --git a/android_webview/java/src/org/chromium/android_webview/AwResource.java b/android_webview/java/src/org/chromium/android_webview/AwResource.java
|
| index e98be0b03513cbc82319c6ba883ed77cc59b8df5..4e385dd29e42a9fa7104cd9759bc3fa96fd26c70 100644
|
| --- a/android_webview/java/src/org/chromium/android_webview/AwResource.java
|
| +++ b/android_webview/java/src/org/chromium/android_webview/AwResource.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.
|
|
|
| @@ -104,13 +104,12 @@ public class AwResource {
|
| return "";
|
| } catch (NoSuchElementException e) {
|
| return "";
|
| - }
|
| - finally {
|
| + } finally {
|
| try {
|
| if (isr != null) {
|
| isr.close();
|
| }
|
| - } catch(IOException e) {
|
| + } catch (IOException e) {
|
| }
|
| }
|
| return result;
|
|
|