From: Roland Haeder Date: Fri, 7 Aug 2015 12:37:09 +0000 (+0200) Subject: Need to be changed to Object X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=769e2188ba1ac7728f9f857121299277bc5d8292;p=jcore.git Need to be changed to Object Signed-off-by:Roland Häder --- diff --git a/src/org/mxchange/jcore/BaseFrameworkSystem.java b/src/org/mxchange/jcore/BaseFrameworkSystem.java index 8664591..a9192d4 100644 --- a/src/org/mxchange/jcore/BaseFrameworkSystem.java +++ b/src/org/mxchange/jcore/BaseFrameworkSystem.java @@ -807,7 +807,7 @@ public class BaseFrameworkSystem implements FrameworkInterface { * @param str Any string * @return Empty string if null or original string */ - protected String convertNullToEmpty (final String str) { + protected Object convertNullToEmpty (final Object str) { // Trace message this.getLogger().trace(MessageFormat.format("str={0}", str));