aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/geopoint/DistanceParser.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgeo/geocaching/geopoint/DistanceParser.java')
-rw-r--r--src/cgeo/geocaching/geopoint/DistanceParser.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cgeo/geocaching/geopoint/DistanceParser.java b/src/cgeo/geocaching/geopoint/DistanceParser.java
index 89fe53b..a48d347 100644
--- a/src/cgeo/geocaching/geopoint/DistanceParser.java
+++ b/src/cgeo/geocaching/geopoint/DistanceParser.java
@@ -13,11 +13,11 @@ public final class DistanceParser {
/**
* Parse a distance string composed by a number and an optional suffix
* (such as "1.2km").
- *
+ *
* @param distanceText
* the string to analyze
* @return the distance in kilometers
- *
+ *
* @throws NumberFormatException
* if the given number is invalid
*/