提交 4275e2a7 编写于 作者: E elandau

Merge branch 'master' of github.com:Netflix/ribbon into bugfix/reduce_property_resolution

# Conflicts:
#	ribbon-core/src/main/java/com/netflix/client/config/ReloadableClientConfig.java
......@@ -147,7 +147,7 @@ public abstract class ReloadableClientConfig implements IClientConfig {
final Optional<T> next = valueSupplier.get();
if (!next.equals(previous.get())) {
LOG.info("[{}] new value for {}: {} -> {}", clientName, key.key(), previous.get(), next);
previous.set(next);
previous.set(next);
internalProperties.put(key, next);
}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册