diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2013-10-19 11:14:45 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-10-19 11:14:45 +0200 |
| commit | 0ebc24993c5e63c171c0d845c964a1b6d6379c20 (patch) | |
| tree | 75ac963fec3557697065b8b67ca25e990b25cbb9 /main/src/cgeo/geocaching/LogCacheActivity.java | |
| parent | 898456bcf181714d9dfaff12f9c37dce74b4ea1c (diff) | |
| download | cgeo-0ebc24993c5e63c171c0d845c964a1b6d6379c20.zip cgeo-0ebc24993c5e63c171c0d845c964a1b6d6379c20.tar.gz cgeo-0ebc24993c5e63c171c0d845c964a1b6d6379c20.tar.bz2 | |
fix findbugs warning
Diffstat (limited to 'main/src/cgeo/geocaching/LogCacheActivity.java')
| -rw-r--r-- | main/src/cgeo/geocaching/LogCacheActivity.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/LogCacheActivity.java b/main/src/cgeo/geocaching/LogCacheActivity.java index 31d448a..34f036c 100644 --- a/main/src/cgeo/geocaching/LogCacheActivity.java +++ b/main/src/cgeo/geocaching/LogCacheActivity.java @@ -277,7 +277,7 @@ public class LogCacheActivity extends AbstractLoggingActivity implements DateDia } else if (StringUtils.isNotBlank(Settings.getSignature()) && Settings.isAutoInsertSignature() && StringUtils.isBlank(currentLogText())) { - insertIntoLog(LogTemplateProvider.applyTemplates(Settings.getSignature(), new LogContext(cache, log)), false); + insertIntoLog(LogTemplateProvider.applyTemplates(Settings.getSignature(), new LogContext(cache, null)), false); } } updatePostButtonText(); |
