From 418eaa2e35f0c696cbcfcd6a15d8c98faf918fe4 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 7 Aug 2015 08:44:55 +0200 Subject: [PATCH] =?utf8?q?Correct=20property=20name=20(was=20from=20import?= =?utf8?q?=20of=20addressbook=20code)=20Signed-off-by:Roland=20H=C3=A4der?= =?utf8?q?=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 24048ee..2275e32 100644 --- a/src/org/mxchange/jcore/BaseFrameworkSystem.java +++ b/src/org/mxchange/jcore/BaseFrameworkSystem.java @@ -634,7 +634,7 @@ public class BaseFrameworkSystem implements FrameworkInterface { * @return Propety value */ protected final String getProperty (final String key) { - return BaseFrameworkSystem.properties.getProperty(String.format("org.mxchange.addressbook.%s", key)); //NOI18N + return BaseFrameworkSystem.properties.getProperty(String.format("org.mxchange.%s", key)); //NOI18N } /** -- 2.39.5