Cleaned up the documentation a bit.

This commit is contained in:
Nicholas Rees
2021-05-02 13:54:10 -05:00
parent b616f84808
commit 931ded5190
53 changed files with 172 additions and 4 deletions

View File

@ -10,6 +10,7 @@ import java.util.UUID;
public class MiscUtils {
/**
* Get a {@link String} based on the provided string array
*
* @param array - The string array
* @return the string
*/
@ -19,6 +20,7 @@ public class MiscUtils {
/**
* Get a {@link String} based on the provided {@link List<String>}
*
* @param list - The string list
* @return the string
*/