* <p>
* @param object Any string
* <p>
- * @return Empty string if null or original string TODO: Move to own utility
- * class
+ * @return Empty string if null or original string
+ * @TODO: Move to own utility class
*/
protected Object convertNullToEmpty (final Object object) {
// Is it null?
* @param str String to tokenize and get array from
* @param delimiter Delimiter
* <p>
- * @return Array from tokenized string TODO Get rid of size parameter TODO:
- * Move to own utility class
+ * @return Array from tokenized string
+ * @TODO: Get rid of size parameter
+ * @TODO: Move to own utility class
*/
protected String[] getArrayFromString (final String str, final String delimiter) {
// Get tokenizer