From 731ea27a241fafaf6e7fdeaf1dcb8a6c9df48e75 Mon Sep 17 00:00:00 2001 From: Andrew Chen Date: Fri, 31 Dec 2010 08:56:05 +0000 Subject: [PATCH] Minor formatting cleanup. --- src/com/fsck/k9/view/MessageWebView.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/com/fsck/k9/view/MessageWebView.java b/src/com/fsck/k9/view/MessageWebView.java index 0bf85078b..be7536084 100644 --- a/src/com/fsck/k9/view/MessageWebView.java +++ b/src/com/fsck/k9/view/MessageWebView.java @@ -48,7 +48,6 @@ public class MessageWebView extends WebView { /** * Configure a web view to load or not load network data. A true setting here means that * network data will be blocked. - * @param view {@link android.webkit.WebView} to adjust network data settings on. * @param shouldBlockNetworkData True if network data should be blocked, false to allow network data. */ public void blockNetworkData(final boolean shouldBlockNetworkData) @@ -121,7 +120,7 @@ public class MessageWebView extends WebView { blockNetworkData(true); } - /* + /* * Emulate the shift key being pressed to trigger the text selection mode * of a WebView. */