diff options
Diffstat (limited to 'src/cgeo/geocaching/geopoint/DistanceParser.java')
| -rw-r--r-- | src/cgeo/geocaching/geopoint/DistanceParser.java | 4 |
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 */ |
