diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-01-19 10:42:59 +0100 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-01-19 10:42:59 +0100 |
| commit | 7b8856ebf1b6099183e815b0ee7c2b411976a5ba (patch) | |
| tree | a1348ba860b000e70357557b2369a0937dffe31d /main/src/cgeo/geocaching/Geocache.java | |
| parent | de389deba3e4f19a0b0f85b76ecece1d52bf58c7 (diff) | |
| download | cgeo-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.java | 1 |
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 && |
