From fb0246ad4db07ad6738e147fec327e4dd11bc69f Mon Sep 17 00:00:00 2001 From: Bananeweizen Date: Sat, 4 Jan 2014 13:14:36 +0100 Subject: refactoring: clean some warnings --- main/src/cgeo/geocaching/ui/logs/LogsViewCreator.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/src/cgeo/geocaching/ui/logs/LogsViewCreator.java') diff --git a/main/src/cgeo/geocaching/ui/logs/LogsViewCreator.java b/main/src/cgeo/geocaching/ui/logs/LogsViewCreator.java index fb72ee5..6590d22 100644 --- a/main/src/cgeo/geocaching/ui/logs/LogsViewCreator.java +++ b/main/src/cgeo/geocaching/ui/logs/LogsViewCreator.java @@ -84,7 +84,7 @@ public abstract class LogsViewCreator extends AbstractCachingListViewPageViewCre fillCountOrLocation(holder, log); - // logtext, avoid parsing HTML if not necessary + // log text, avoid parsing HTML if not necessary String logText = log.log; if (TextUtils.containsHtml(logText)) { logText = log.getDisplayText(); @@ -146,7 +146,7 @@ public abstract class LogsViewCreator extends AbstractCachingListViewPageViewCre abstract protected boolean isValid(); - /** Loads the Log Images outside the ui thread. */ + /** Loads the Log Images outside the UI thread. */ private class LogImageLoader extends AsyncTask { final private LogViewHolder holder; -- cgit v1.1