Browse Source

Fixing javadocs

master
anthony restaino 7 years ago
parent
commit
93be0afee4
  1. 10
      app/src/main/java/acr/browser/lightning/browser/SearchBoxModel.java

10
app/src/main/java/acr/browser/lightning/browser/SearchBoxModel.java

@ -31,11 +31,11 @@ public class SearchBoxModel {
/** /**
* Returns the contents of the search box based on a variety of factors. * Returns the contents of the search box based on a variety of factors.
* <li> * <ul>
* <ul>The user's preference to show either the URL, domain, or page title</ul> * <li>The user's preference to show either the URL, domain, or page title</li>
* <ul>Whether or not the current page is loading</ul> * <li>Whether or not the current page is loading</li>
* <ul>Whether or not the current page is a Lightning generated page.</ul> * <li>Whether or not the current page is a Lightning generated page.</li>
* </li> * </ul>
* This method uses the URL, title, and loading information to determine what * This method uses the URL, title, and loading information to determine what
* should be displayed by the search box. * should be displayed by the search box.
* *

Loading…
Cancel
Save