aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/maps
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2015-02-10 11:47:25 +0100
committerSamuel Tardieu <sam@rfc1149.net>2015-02-10 11:49:09 +0100
commitfa6741ea0b36317d0c141e765d53ee37de72fa1d (patch)
tree2eed082066cd6e35095d9f108296194f939ff1e4 /main/src/cgeo/geocaching/maps
parent7c7ca769d65f5539c44de22948c2f5fb74efdf0c (diff)
downloadcgeo-fa6741ea0b36317d0c141e765d53ee37de72fa1d.zip
cgeo-fa6741ea0b36317d0c141e765d53ee37de72fa1d.tar.gz
cgeo-fa6741ea0b36317d0c141e765d53ee37de72fa1d.tar.bz2
Remove empty JavaDoc @param and @return
Diffstat (limited to 'main/src/cgeo/geocaching/maps')
-rw-r--r--main/src/cgeo/geocaching/maps/CGeoMap.java2
-rw-r--r--main/src/cgeo/geocaching/maps/CachesOverlay.java2
-rw-r--r--[-rwxr-xr-x]main/src/cgeo/geocaching/maps/DirectionDrawer.java0
-rw-r--r--[-rwxr-xr-x]main/src/cgeo/geocaching/maps/DistanceDrawer.java0
4 files changed, 0 insertions, 4 deletions
diff --git a/main/src/cgeo/geocaching/maps/CGeoMap.java b/main/src/cgeo/geocaching/maps/CGeoMap.java
index a7983bb..70d8bb8 100644
--- a/main/src/cgeo/geocaching/maps/CGeoMap.java
+++ b/main/src/cgeo/geocaching/maps/CGeoMap.java
@@ -511,7 +511,6 @@ public class CGeoMap extends AbstractMap implements ViewFactory {
/**
* Set the zoom of the map. The zoom is restricted to a certain minimum in case of live map.
*
- * @param zoom
*/
private void setZoom(final int zoom) {
mapView.getMapController().setZoom(isLiveEnabled ? Math.max(zoom, MIN_LIVEMAP_ZOOM) : zoom);
@@ -1120,7 +1119,6 @@ public class CGeoMap extends AbstractMap implements ViewFactory {
/**
* get if map is loading something
*
- * @return
*/
public boolean isLoading() {
return !loadTimer.isUnsubscribed() &&
diff --git a/main/src/cgeo/geocaching/maps/CachesOverlay.java b/main/src/cgeo/geocaching/maps/CachesOverlay.java
index c4c4465..048217e 100644
--- a/main/src/cgeo/geocaching/maps/CachesOverlay.java
+++ b/main/src/cgeo/geocaching/maps/CachesOverlay.java
@@ -158,8 +158,6 @@ public class CachesOverlay extends AbstractItemizedOverlay {
* reality and therefore the minor changes due to the projection will not make any visible difference at the zoom
* levels which are used to see the circles.
*
- * @param projection
- * @return
*/
private int calculateDrawingRadius(MapProjectionImpl projection) {
float[] distanceArray = new float[1];
diff --git a/main/src/cgeo/geocaching/maps/DirectionDrawer.java b/main/src/cgeo/geocaching/maps/DirectionDrawer.java
index c746221..c746221 100755..100644
--- a/main/src/cgeo/geocaching/maps/DirectionDrawer.java
+++ b/main/src/cgeo/geocaching/maps/DirectionDrawer.java
diff --git a/main/src/cgeo/geocaching/maps/DistanceDrawer.java b/main/src/cgeo/geocaching/maps/DistanceDrawer.java
index f2d11bb..f2d11bb 100755..100644
--- a/main/src/cgeo/geocaching/maps/DistanceDrawer.java
+++ b/main/src/cgeo/geocaching/maps/DistanceDrawer.java