From 530440bbb9ce55f96395055abe86dcdcac3ca2a6 Mon Sep 17 00:00:00 2001 From: Michael Keppler Date: Fri, 25 Apr 2014 14:23:03 +0200 Subject: fix #3791: have logs separated from caches --- main/src/cgeo/geocaching/LogEntry.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'main/src/cgeo/geocaching/LogEntry.java') diff --git a/main/src/cgeo/geocaching/LogEntry.java b/main/src/cgeo/geocaching/LogEntry.java index fde0564..ca4a3d1 100644 --- a/main/src/cgeo/geocaching/LogEntry.java +++ b/main/src/cgeo/geocaching/LogEntry.java @@ -14,6 +14,11 @@ import java.util.Collections; import java.util.List; import java.util.regex.Pattern; +/** + * Entry in a log book. This object should not be referenced directly from a Geocache object to reduce the memory usage + * of the Geocache objects. + * + */ public final class LogEntry { private static final Pattern PATTERN_REMOVE_COLORS = Pattern.compile("", Pattern.CASE_INSENSITIVE); -- cgit v1.1