Github user ahgittin commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/821#discussion_r142345739
--- 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 --
`isRunning()` is avail, inherited from `EntityAdjunct`---
