Github user aledsage commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/62#discussion_r17469109
--- Diff:
utils/common/src/main/java/brooklyn/util/ssh/IptablesCommands.java ---
@@ -87,15 +89,20 @@ public static String iptablesServiceStatus() {
}
/**
- * Returns the command that saves on disk iptables rules, to make them
resilient to reboot.
+ * Returns the command that saves iptables rules on file.
+ *
+ * @return Returns the command that saves iptables rules on file.
--- End diff --
Personal preference: no need to repeat the same words for the method
description + return description. And the return description doesn't need to
start with the word "Returns".
---
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.
---