1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-02-25 15:11:52 -05:00

Minor formatting cleanup.

This commit is contained in:
Andrew Chen 2010-12-31 08:56:05 +00:00
parent 29fdb81f9b
commit 731ea27a24

View File

@ -48,7 +48,6 @@ public class MessageWebView extends WebView {
/** /**
* Configure a web view to load or not load network data. A <b>true</b> setting here means that * Configure a web view to load or not load network data. A <b>true</b> setting here means that
* network data will be blocked. * 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. * @param shouldBlockNetworkData True if network data should be blocked, false to allow network data.
*/ */
public void blockNetworkData(final boolean shouldBlockNetworkData) public void blockNetworkData(final boolean shouldBlockNetworkData)
@ -121,7 +120,7 @@ public class MessageWebView extends WebView {
blockNetworkData(true); blockNetworkData(true);
} }
/* /*
* Emulate the shift key being pressed to trigger the text selection mode * Emulate the shift key being pressed to trigger the text selection mode
* of a WebView. * of a WebView.
*/ */