]> git.mxchange.org Git - jcore.git/commitdiff
Correct property name (was from import of addressbook code)
authorRoland Haeder <roland@mxchange.org>
Fri, 7 Aug 2015 06:44:55 +0000 (08:44 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 7 Aug 2015 06:44:55 +0000 (08:44 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/org/mxchange/jcore/BaseFrameworkSystem.java

index 24048eed7526b2724724ef0238e3f9325c5742dc..2275e3281bf64fb03e6b1142c0d0996245caa534 100644 (file)
@@ -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
        }
 
        /**