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 D36AE200D1F for ; Thu, 28 Sep 2017 15:12:19 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D1E791609CD; Thu, 28 Sep 2017 13:12:19 +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 1692F1609EC for ; Thu, 28 Sep 2017 15:12:18 +0200 (CEST) Received: (qmail 74432 invoked by uid 500); 28 Sep 2017 13:12:17 -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 74132 invoked by uid 99); 28 Sep 2017 13:12:17 -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; Thu, 28 Sep 2017 13:12:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DB436F5BBE; Thu, 28 Sep 2017 13:12:15 +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 #821: REST API for accessing adjuncts (includin... Content-Type: text/plain Message-Id: <20170928131215.DB436F5BBE@git1-us-west.apache.org> Date: Thu, 28 Sep 2017 13:12:15 +0000 (UTC) archived-at: Thu, 28 Sep 2017 13:12:19 -0000 Github user tbouron commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/821#discussion_r141588659 --- Diff: api/src/main/java/org/apache/brooklyn/api/sensor/Feed.java --- @@ -43,7 +43,7 @@ /** * True if everything has been _started_ (or it is starting) but not stopped, - * even if it is suspended; see also {@link #isActive()} + * even if it is suspended; see also {@link #isRunning()} --- End diff -- Neither of `isRunning` or `isActive` methods are available in the class. Did you want to link to somewhere else? ---