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?
---