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

    https://github.com/apache/brooklyn-server/pull/856#discussion_r150099749
  
    --- Diff: 
core/src/main/java/org/apache/brooklyn/core/catalog/internal/CatalogBundleLoader.java
 ---
    @@ -128,10 +128,12 @@ private TemporaryInternalScanResult 
scanForCatalogInternal(Bundle bundle, boolea
         }
     
         /**
    -     * Remove the given items from the catalog.
    +     * Remove the given item from the catalog.
          *
    -     * @param item Catalog items to remove
    +     * @param item Catalog item to remove
    +     * @deprecated since 0.13.0 remove bundles
          */
    +    @Deprecated
    --- End diff --
    
    Looks like code is not called, and it's in an internal package. Therefore 
I'm ahppy with it being deprecated (or even deleted immediately). Same for 
below.


---

Reply via email to