cleanList

Clean a given String List of any entry consisting only of whitespace or a length of 0 .

Return

Returns the cleaned up list.

Author

Griefed

Parameters

listToCleanUp

The list from which to delete all entries consisting only of whitespace or with a length of zero.