提交 8b78bf03 编写于 作者: J Jason Song

Merge pull request #240 from nobodyiam/small-change

add back setter for ApolloConfigNotification
......@@ -24,6 +24,14 @@ public class ApolloConfigNotification {
return notificationId;
}
public void setNamespaceName(String namespaceName) {
this.namespaceName = namespaceName;
}
public void setNotificationId(long notificationId) {
this.notificationId = notificationId;
}
@Override
public String toString() {
return "ApolloConfigNotification{" +
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册