Github user ahgittin commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/338#discussion_r112694873 --- Diff: api/src/main/java/org/apache/brooklyn/api/mgmt/rebind/mementos/Memento.java --- @@ -43,11 +44,19 @@ String getId(); - public String getType(); - - public String getCatalogItemId(); - - public String getDisplayName(); + String getType(); + + /** + * The principal catalog item id. + */ + String getCatalogItemId(); --- End diff -- it's for more than persistence i think -- javadoc is accurate
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---