Prefer Javadoc where possible

This commit is contained in:
Peter Serwylo 2016-12-01 10:37:13 +11:00
parent 003b9459da
commit 9f758c4f86

View File

@ -428,9 +428,11 @@ public class AppDetails2 extends AppCompatActivity implements ShareChooserDialog
} }
}; };
// Reset the display and list contents. Used when entering the activity, and /**
// also when something has been installed/uninstalled. * Reset the display and list contents. Used when entering the activity, and
// Return true if the app was found, false otherwise. * also when something has been installed/uninstalled.
* Return true if the app was found, false otherwise.
*/
private boolean reset(String packageName) { private boolean reset(String packageName) {
Utils.debugLog(TAG, "Getting application details for " + packageName); Utils.debugLog(TAG, "Getting application details for " + packageName);