Commit 8b78bf03 by Jason Song

Merge pull request #240 from nobodyiam/small-change

add back setter for ApolloConfigNotification
parents 6ff5a3ff 585d1f79
......@@ -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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment