aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/LogTrackableActivity.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/LogTrackableActivity.java')
-rw-r--r--main/src/cgeo/geocaching/LogTrackableActivity.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/LogTrackableActivity.java b/main/src/cgeo/geocaching/LogTrackableActivity.java
index fc4a066..5f0b8c5 100644
--- a/main/src/cgeo/geocaching/LogTrackableActivity.java
+++ b/main/src/cgeo/geocaching/LogTrackableActivity.java
@@ -334,7 +334,6 @@ public class LogTrackableActivity extends AbstractLoggingActivity implements Dat
* Adds the new log to the list of log entries for this trackable to be able to show it in the trackable activity.
*
*
- * @param logText
*/
private void addLocalTrackableLog(final String logText) {
final LogEntry logEntry = new LogEntry(date.getTimeInMillis(), typeSelected, logText);