From: Roland Haeder Date: Fri, 7 Aug 2015 06:44:55 +0000 (+0200) Subject: Correct property name (was from import of addressbook code) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=418eaa2e35f0c696cbcfcd6a15d8c98faf918fe4;p=jcore.git Correct property name (was from import of addressbook code) Signed-off-by:Roland Häder --- 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 } /**