From fc5045c4da18b6fd811c6748aa7b5184a80f6769 Mon Sep 17 00:00:00 2001
From: Adrien Hopkins
* Specifically, the operations that will throw an IllegalStateException if
* the map is infinite in size are:
+ * > {
* output of this method.
*
* @param other unit to convert to
- * @param value value to convert
+ * @param values values to convert
* @return converted value
* @since 2020-10-03
* @throws IllegalArgumentException if {@code other} is incompatible for
@@ -129,7 +129,7 @@ public final class MultiUnit extends Unitlike
> {
* output of this method.
*
* @param other unit to convert to
- * @param value value to convert
+ * @param values values to convert
* @return converted value
* @since 2020-10-03
* @throws IllegalArgumentException if {@code other} is incompatible for
diff --git a/src/main/java/sevenUnits/unit/UnitDatabase.java b/src/main/java/sevenUnits/unit/UnitDatabase.java
index 690430b..444b366 100644
--- a/src/main/java/sevenUnits/unit/UnitDatabase.java
+++ b/src/main/java/sevenUnits/unit/UnitDatabase.java
@@ -1947,7 +1947,7 @@ public final class UnitDatabase {
*
* @param file file to read
* @throws NullPointerException if file is null
- * @returns list of errors that happened when loading file
+ * @return list of errors that happened when loading file
* @since 2019-01-13
* @since v0.1.0
*/
@@ -2017,7 +2017,7 @@ public final class UnitDatabase {
*
* @param file file to read
* @throws NullPointerException if file is null
- * @returns list of errors that happened when loading file
+ * @return list of errors that happened when loading file
* @since 2019-01-13
* @since v0.1.0
*/
@@ -2113,11 +2113,11 @@ public final class UnitDatabase {
*
*
- *
* Because of ambiguities between prefixes (i.e. kilokilo = mega), the map's * {@link PrefixedUnitMap#containsValue containsValue} and -- cgit v1.2.3