aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2014-02-16 13:15:22 +0100
committerSamuel Tardieu <sam@rfc1149.net>2014-02-28 21:11:11 +0100
commitb9b4e7e7ec541e97b5948f8469d1c93dd9b7f3e5 (patch)
treed641f6eb8f048b97c46487d2d1ac6c0c564845d5 /main
parent020cd7865d35dc57a90ecfe7e817336efb676fed (diff)
downloadcgeo-b9b4e7e7ec541e97b5948f8469d1c93dd9b7f3e5.zip
cgeo-b9b4e7e7ec541e97b5948f8469d1c93dd9b7f3e5.tar.gz
cgeo-b9b4e7e7ec541e97b5948f8469d1c93dd9b7f3e5.tar.bz2
refactoring: remove unused warnings
Diffstat (limited to 'main')
-rw-r--r--main/src/cgeo/geocaching/Geocache.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/Geocache.java b/main/src/cgeo/geocaching/Geocache.java
index 364683e..4da2b8d 100644
--- a/main/src/cgeo/geocaching/Geocache.java
+++ b/main/src/cgeo/geocaching/Geocache.java
@@ -165,7 +165,7 @@ public class Geocache implements ICache, IWaypoint {
*
* @param gpxParser
*/
- public Geocache(GPXParser gpxParser) {
+ public Geocache(@SuppressWarnings("unused") GPXParser gpxParser) {
setReliableLatLon(true);
setAttributes(Collections.<String> emptyList());
setWaypoints(Collections.<Waypoint> emptyList(), false);