Skip to content

Commit 142a3d2

Browse files
committed
- Corrected an invalid closing <li> tag to <ol> in the Javadoc of the isBusy method in Person.java.
1 parent 1913d87 commit 142a3d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MekHQ/src/mekhq/campaign/personnel/Person.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -4436,7 +4436,7 @@ public boolean isMothballing() {
44364436
* <li>If the personnel is a technician, by reviewing their current tech assignments,
44374437
* such as units being mothballed, refitted, or repaired.</li>
44384438
* <li>If the personnel has a unit assignment and whether that unit is currently deployed.</li>
4439-
* </li>
4439+
* </ol>
44404440
*
44414441
* @return {@code true} if the person is deemed busy due to one of the above conditions; {@code false} otherwise.
44424442
*/

0 commit comments

Comments
 (0)