Comment formatting

This commit is contained in:
Anthony Restaino 2016-01-15 21:43:55 -05:00
parent 6aaee4ce48
commit 25ff01ed79

View File

@ -453,13 +453,13 @@ public class LightningView {
/** /**
* This method sets the user agent of the current tab. * This method sets the user agent of the current tab.
* There are four options, 1, 2, 3, 4. * There are four options, 1, 2, 3, 4.
* </p> * <p>
* 1. use the default user agent * 1. use the default user agent
* </p> * <p>
* 2. use the desktop user agent * 2. use the desktop user agent
* </p> * <p>
* 3. use the mobile user agent * 3. use the mobile user agent
* </p> * <p>
* 4. use a custom user agent, or the default user agent * 4. use a custom user agent, or the default user agent
* if none was set. * if none was set.
* *
@ -516,7 +516,7 @@ public class LightningView {
} }
/** /**
* Pause the current WebView instance * Pause the current WebView instance.
*/ */
public synchronized void onPause() { public synchronized void onPause() {
if (mWebView != null) if (mWebView != null)
@ -524,7 +524,7 @@ public class LightningView {
} }
/** /**
* Resume the current WebView instance * Resume the current WebView instance.
*/ */
public synchronized void onResume() { public synchronized void onResume() {
if (mWebView != null) if (mWebView != null)
@ -534,7 +534,7 @@ public class LightningView {
/** /**
* Notify the LightningView that there is low memory and * Notify the LightningView that there is low memory and
* for the WebView to free memory. Only applicable on * for the WebView to free memory. Only applicable on
* pre-Lollipop devices * pre-Lollipop devices.
*/ */
@Deprecated @Deprecated
public synchronized void freeMemory() { public synchronized void freeMemory() {