Github user tbouron commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/856#discussion_r144536427
--- 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
--- End diff --
Should be update to `1.0.0`
---