summaryrefslogtreecommitdiff
path: root/src/main/java/sevenUnits/unit/UnitDatabase.java
diff options
context:
space:
mode:
authorAdrien Hopkins <adrien.p.hopkins@gmail.com>2025-05-17 23:03:29 -0500
committerAdrien Hopkins <adrien.p.hopkins@gmail.com>2025-05-17 23:03:29 -0500
commitfc5045c4da18b6fd811c6748aa7b5184a80f6769 (patch)
tree0dcb026b17fc20262a2163bb291cbf3659cbec29 /src/main/java/sevenUnits/unit/UnitDatabase.java
parent06bd0e63f1b7bc83009ec3f4d7b048dea015529f (diff)
Setup automated javadoc
./gradlew javadoc
Diffstat (limited to 'src/main/java/sevenUnits/unit/UnitDatabase.java')
-rw-r--r--src/main/java/sevenUnits/unit/UnitDatabase.java6
1 files changed, 3 insertions, 3 deletions
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 {
* <p>
* Specifically, the operations that will throw an IllegalStateException if
* the map is infinite in size are:
+ * </p>
* <ul>
* <li>{@code unitMap.entrySet().toArray()} (either overloading)</li>
* <li>{@code unitMap.keySet().toArray()} (either overloading)</li>
* </ul>
- * </p>
* <p>
* Because of ambiguities between prefixes (i.e. kilokilo = mega), the map's
* {@link PrefixedUnitMap#containsValue containsValue} and