diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2014-02-18 19:22:40 +0100 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2014-02-18 19:33:25 +0100 |
| commit | 778b56ceb9e860afdbeea00b923b3b0521fc98ce (patch) | |
| tree | 5165724bdd7ed44638c27fd1f40bf33003251c44 /main/src/cgeo/geocaching/maps/CGeoMap.java | |
| parent | 9d1b31cde3e85e7ab054ad27898ff6e8a1d2704e (diff) | |
| download | cgeo-778b56ceb9e860afdbeea00b923b3b0521fc98ce.zip cgeo-778b56ceb9e860afdbeea00b923b3b0521fc98ce.tar.gz cgeo-778b56ceb9e860afdbeea00b923b3b0521fc98ce.tar.bz2 | |
Update to RxJava 0.17.0-RC2
Diffstat (limited to 'main/src/cgeo/geocaching/maps/CGeoMap.java')
| -rw-r--r-- | main/src/cgeo/geocaching/maps/CGeoMap.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/maps/CGeoMap.java b/main/src/cgeo/geocaching/maps/CGeoMap.java index 0537461..1d8e1b4 100644 --- a/main/src/cgeo/geocaching/maps/CGeoMap.java +++ b/main/src/cgeo/geocaching/maps/CGeoMap.java @@ -43,7 +43,7 @@ import org.apache.commons.collections4.CollectionUtils; import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.builder.HashCodeBuilder; -import rx.util.functions.Action1; +import rx.functions.Action1; import android.app.Activity; import android.app.AlertDialog; |
