Github user tbouron commented on a diff in the pull request:

    https://github.com/apache/brooklyn-server/pull/852#discussion_r144296209
  
    --- Diff: 
api/src/main/java/org/apache/brooklyn/api/catalog/BrooklynCatalog.java ---
    @@ -213,6 +213,17 @@
         void addItem(CatalogItem<?,?> item);
     
         /**
    +     * adds the given items to the catalog, similar to {@link 
#reset(Collection)} but where it 
    +     * just adds without removing the existing content. Note this is very 
different from 
    +     * {@link #addItem(CatalogItem)}, which adds to the 'manual' catalog.
    +     *
    +     * @since 0.13.0 (only for legacy backwards compatibility)
    +     * @deprecated since 0.13.0; instead use bundles in persisted state!
    --- End diff --
    
    Same as above


---

Reply via email to