diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-03-30 09:49:00 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-03-30 09:49:00 +0200 |
| commit | eaa3a86111117edfca53505755508b9b8cab03cd (patch) | |
| tree | 5437cbe0bcba4d611ee0f0e7d8a362a765fb68c6 /main/src/cgeo/geocaching/sensors | |
| parent | 07bcd7dc99f7a5b5615f64a13efec85da7e8068a (diff) | |
| download | cgeo-eaa3a86111117edfca53505755508b9b8cab03cd.zip cgeo-eaa3a86111117edfca53505755508b9b8cab03cd.tar.gz cgeo-eaa3a86111117edfca53505755508b9b8cab03cd.tar.bz2 | |
fix JavaDoc
Diffstat (limited to 'main/src/cgeo/geocaching/sensors')
| -rw-r--r-- | main/src/cgeo/geocaching/sensors/GeoDirHandler.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/sensors/GeoDirHandler.java b/main/src/cgeo/geocaching/sensors/GeoDirHandler.java index 37a0c5b..df19a92 100644 --- a/main/src/cgeo/geocaching/sensors/GeoDirHandler.java +++ b/main/src/cgeo/geocaching/sensors/GeoDirHandler.java @@ -4,6 +4,7 @@ import cgeo.geocaching.CgeoApplication; import cgeo.geocaching.settings.Settings; import org.apache.commons.lang3.tuple.ImmutablePair; + import rx.Observable; import rx.Subscription; import rx.android.schedulers.AndroidSchedulers; @@ -16,7 +17,7 @@ import rx.subscriptions.CompositeSubscription; * GeoData and Direction handler. * <p> * To use this class, override {@link #updateGeoDir(IGeoData, float)}. You need to start the handler using - * {@link #start()}. A good place to do so might be the {@code onResume} method of the Activity. Stop the Handler + * {@link #start(int)}. A good place to do so might be the {@code onResume} method of the Activity. Stop the Handler * accordingly in {@code onPause}. */ public abstract class GeoDirHandler { |
