aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/Geocache.java
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2014-01-19 10:42:59 +0100
committerBananeweizen <bananeweizen@gmx.de>2014-01-19 10:42:59 +0100
commit7b8856ebf1b6099183e815b0ee7c2b411976a5ba (patch)
treea1348ba860b000e70357557b2369a0937dffe31d /main/src/cgeo/geocaching/Geocache.java
parentde389deba3e4f19a0b0f85b76ecece1d52bf58c7 (diff)
downloadcgeo-7b8856ebf1b6099183e815b0ee7c2b411976a5ba.zip
cgeo-7b8856ebf1b6099183e815b0ee7c2b411976a5ba.tar.gz
cgeo-7b8856ebf1b6099183e815b0ee7c2b411976a5ba.tar.bz2
fix deprecations
* remove rxjava deprecations * silence commons lang deprecations
Diffstat (limited to 'main/src/cgeo/geocaching/Geocache.java')
-rw-r--r--main/src/cgeo/geocaching/Geocache.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/cgeo/geocaching/Geocache.java b/main/src/cgeo/geocaching/Geocache.java
index 8ca5d37..b0a229e 100644
--- a/main/src/cgeo/geocaching/Geocache.java
+++ b/main/src/cgeo/geocaching/Geocache.java
@@ -370,6 +370,7 @@ public class Geocache implements ICache, IWaypoint {
* the other cache to compare this one to
* @return true if both caches have the same content
*/
+ @SuppressWarnings("deprecation")
@SuppressFBWarnings("FE_FLOATING_POINT_EQUALITY")
private boolean isEqualTo(final Geocache other) {
return detailed == other.detailed &&