Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0E5F1200D1F for ; Fri, 13 Oct 2017 14:13:28 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0D3D91609E9; Fri, 13 Oct 2017 12:13:28 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A7A791609D1 for ; Fri, 13 Oct 2017 14:13:25 +0200 (CEST) Received: (qmail 77199 invoked by uid 500); 13 Oct 2017 12:13:10 -0000 Mailing-List: contact dev-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list dev@brooklyn.apache.org Received: (qmail 77085 invoked by uid 99); 13 Oct 2017 12:12:55 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Oct 2017 12:12:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9AB96DF9AB; Fri, 13 Oct 2017 12:12:51 +0000 (UTC) From: tbouron To: dev@brooklyn.apache.org Reply-To: dev@brooklyn.apache.org References: In-Reply-To: Subject: [GitHub] brooklyn-server pull request #856: [WIP] clean up startup logging around cat... Content-Type: text/plain Message-Id: <20171013121252.9AB96DF9AB@git1-us-west.apache.org> Date: Fri, 13 Oct 2017 12:12:51 +0000 (UTC) archived-at: Fri, 13 Oct 2017 12:13:28 -0000 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` ---