diff --git a/sharding-core/sharding-core-common/src/main/java/org/apache/shardingsphere/core/yaml/swapper/KeyGeneratorConfigurationYamlSwapper.java b/sharding-core/sharding-core-common/src/main/java/org/apache/shardingsphere/core/yaml/swapper/KeyGeneratorConfigurationYamlSwapper.java index 0a91bdb68a1086cdc4ca5654ad7aee896b00eabb..c49386d0cf60911c93b0306527add811ed641950 100644 --- a/sharding-core/sharding-core-common/src/main/java/org/apache/shardingsphere/core/yaml/swapper/KeyGeneratorConfigurationYamlSwapper.java +++ b/sharding-core/sharding-core-common/src/main/java/org/apache/shardingsphere/core/yaml/swapper/KeyGeneratorConfigurationYamlSwapper.java @@ -17,6 +17,7 @@ package org.apache.shardingsphere.core.yaml.swapper; +import com.google.common.base.Strings; import org.apache.shardingsphere.api.config.sharding.KeyGeneratorConfiguration; import org.apache.shardingsphere.core.yaml.config.sharding.YamlKeyGeneratorConfiguration; import org.apache.shardingsphere.spi.ShardingSphereServiceLoader; @@ -44,7 +45,8 @@ public final class KeyGeneratorConfigurationYamlSwapper implements YamlSwapper - +