Change-Id: I5b44eecd5633ec5bb4098771ed5a70cfa58b246c
This commit is contained in:
rui.zhang 2018-12-21 16:31:36 +08:00
parent 54068fd7a7
commit ac586bc88d
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ public final class WPConfigBuilder {
}
UserBlog ub = list.get(0);
this.config.setBlogId(ub.getBlogId());
this.config.setXmlRpcUrl(config.getXmlRpcUrl());
return config;
} catch (Exception e) {
throw new WPClientException("Error in wp config, please check", e);