You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by aledsage <gi...@git.apache.org> on 2017/11/09 22:01:54 UTC

[GitHub] brooklyn-server pull request #856: [WIP] clean up startup logging around cat...

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.


---