Skip to content

Commit

Permalink
Failure Detector - Add space between Failure and Detector in @group f…
Browse files Browse the repository at this point in the history
…ield
  • Loading branch information
bresch committed Aug 28, 2018
1 parent 9b89f75 commit 1df43ba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
* @min 0
* @max 180
* @unit degrees
* @group FailureDetector
* @group Failure Detector
*/
PARAM_DEFINE_INT32(FD_FAIL_R, 60);

Expand All @@ -62,6 +62,6 @@ PARAM_DEFINE_INT32(FD_FAIL_R, 60);
* @min 0
* @max 180
* @unit degrees
* @group FailureDetector
* @group Failure Detector
*/
PARAM_DEFINE_INT32(FD_FAIL_P, 60);

0 comments on commit 1df43ba

Please sign in to comment.