X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflowplugin-impl%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fopenflowplugin%2Fimpl%2Fconfiguration%2FConfigurationServiceFactoryImpl.java;h=94e32d3c4a2b90c3f8629ec6ce97958e3dd8943e;hb=55d7ecd5a44d3cc29598fda492ce527e082c7448;hp=3ec7cb8a7aa1aeae864c8cffe0639dc2944ce7de;hpb=674f0fd3f64be8aba1bfa989ddc9c864a682123f;p=openflowplugin.git diff --git a/openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/configuration/ConfigurationServiceFactoryImpl.java b/openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/configuration/ConfigurationServiceFactoryImpl.java index 3ec7cb8a7a..94e32d3c4a 100644 --- a/openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/configuration/ConfigurationServiceFactoryImpl.java +++ b/openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/configuration/ConfigurationServiceFactoryImpl.java @@ -81,7 +81,7 @@ public class ConfigurationServiceFactoryImpl implements ConfigurationServiceFact .put(ConfigurationProperty.THREAD_POOL_TIMEOUT.toString(), providerConfig.getThreadPoolTimeout().toString()) .put(ConfigurationProperty.USING_RECONCILIATION_FRAMEWORK.toString(), - providerConfig.isUseSingleLayerSerialization().toString()) + providerConfig.isUsingReconciliationFramework().toString()) .build()); LOG.info("Loading configuration from '{}' configuration file", OFConstants.CONFIG_FILE_ID);