From 769e2188ba1ac7728f9f857121299277bc5d8292 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 7 Aug 2015 14:37:09 +0200 Subject: [PATCH] =?utf8?q?Need=20to=20be=20changed=20to=20Object=20Signed-?= =?utf8?q?off-by:Roland=20H=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/org/mxchange/jcore/BaseFrameworkSystem.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.39.5