From: Roland Häder Date: Mon, 11 Jul 2016 13:33:54 +0000 (+0200) Subject: better this way ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=35068c188c27a85f507e32d693b46e5c6c862922;p=jcore.git better this way ... --- diff --git a/src/org/mxchange/jcore/BaseFrameworkSystem.java b/src/org/mxchange/jcore/BaseFrameworkSystem.java index 4ce36d2..05f8e2b 100644 --- a/src/org/mxchange/jcore/BaseFrameworkSystem.java +++ b/src/org/mxchange/jcore/BaseFrameworkSystem.java @@ -159,8 +159,8 @@ public abstract class BaseFrameworkSystem implements FrameworkInterface { *

* @param object Any string *

- * @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? @@ -179,8 +179,9 @@ public abstract class BaseFrameworkSystem implements FrameworkInterface { * @param str String to tokenize and get array from * @param delimiter Delimiter *

- * @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