Github user bostko commented on a diff in the pull request:
https://github.com/apache/brooklyn-docs/pull/154#discussion_r105683376
--- Diff: guide/java/feeds.md ---
@@ -67,15 +69,15 @@ protected void disconnectSensors() {
An SSH feed executes a command over ssh periodically. An example is shown
below:
{% highlight java %}
-private SshFeed feed;
+private AbstractCommandFeed feed;
//@Override
--- End diff --
@drigodwin I uncommented it similar to `disconnectSensors` method mentioned
in the example.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---