From 9f758c4f8698154c40ca92d8797b5363bb07477e Mon Sep 17 00:00:00 2001 From: Peter Serwylo Date: Thu, 1 Dec 2016 10:37:13 +1100 Subject: [PATCH] Prefer Javadoc where possible --- app/src/main/java/org/fdroid/fdroid/AppDetails2.java | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/src/main/java/org/fdroid/fdroid/AppDetails2.java b/app/src/main/java/org/fdroid/fdroid/AppDetails2.java index a335ac250..938570798 100644 --- a/app/src/main/java/org/fdroid/fdroid/AppDetails2.java +++ b/app/src/main/java/org/fdroid/fdroid/AppDetails2.java @@ -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. - // Return true if the app was found, false otherwise. + /** + * Reset the display and list contents. Used when entering the activity, and + * also when something has been installed/uninstalled. + * Return true if the app was found, false otherwise. + */ private boolean reset(String packageName) { Utils.debugLog(TAG, "Getting application details for " + packageName);