diff options
author | Bananeweizen <bananeweizen@gmx.de> | 2015-02-10 18:05:29 +0100 |
---|---|---|
committer | Bananeweizen <bananeweizen@gmx.de> | 2015-02-10 18:05:29 +0100 |
commit | d42e2751db06d2221dd4e05ee6d2ec3ca3cbb2df (patch) | |
tree | f8b9e2ebeccce1eda98bd314705a140d03e6e17c /main/src/cgeo/geocaching/utils | |
parent | cb1ac101d464d689beb9fd3b69171d6e63632950 (diff) | |
download | cgeo-d42e2751db06d2221dd4e05ee6d2ec3ca3cbb2df.zip cgeo-d42e2751db06d2221dd4e05ee6d2ec3ca3cbb2df.tar.gz cgeo-d42e2751db06d2221dd4e05ee6d2ec3ca3cbb2df.tar.bz2 |
require Javadoc to have tag descriptions or no tags
Diffstat (limited to 'main/src/cgeo/geocaching/utils')
-rw-r--r-- | main/src/cgeo/geocaching/utils/AsyncTaskWithProgress.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/src/cgeo/geocaching/utils/AsyncTaskWithProgress.java b/main/src/cgeo/geocaching/utils/AsyncTaskWithProgress.java index 29aea63..c2edd24 100644 --- a/main/src/cgeo/geocaching/utils/AsyncTaskWithProgress.java +++ b/main/src/cgeo/geocaching/utils/AsyncTaskWithProgress.java @@ -89,6 +89,9 @@ public abstract class AsyncTaskWithProgress<Params, Result> extends AsyncTask<Pa /** * This method should typically be overridden by sub classes instead of {@link #onPostExecute(Object)}. * + * @param result + * The result of the operation computed by {@link #doInBackground(Object...)}. + * */ protected void onPostExecuteInternal(final Result result) { // empty by default |