DATACMNS-1085 - Fixed typos in Javadoc.

Original pull request: #229.
This commit is contained in:
Oliver Gierke
2017-07-24 10:32:19 +02:00
parent 86945f81d1
commit d9b16d8a27
13 changed files with 32 additions and 28 deletions

View File

@@ -30,9 +30,10 @@ public enum Metrics implements Metric {
private final String abbreviation;
/**
* Creates a new {@link Metrics} using the given muliplier.
* Creates a new {@link Metrics} using the given multiplier.
*
* @param multiplier the earth radius at equator.
* @param multiplier the earth radius at equator, must not be {@literal null}.
* @param abbreviation the abbreviation to use for this {@link Metric}, must not be {@literal null}.
*/
private Metrics(double multiplier, String abbreviation) {