Skip to content

Commit 4519f68

Browse files
author
Razvan Becheriu
committed
[#3578] addressed review comments
1 parent 1666c6a commit 4519f68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/bin/dhcp4/tests/kea_controller_unittest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ class NakedControlledDhcpv4Srv : public ControlledDhcpv4Srv {
188188
}
189189
};
190190

191-
/// @brief test class for Kea configuration backend
191+
/// @brief test class for Kea configuration backend.
192192
///
193193
/// This class is used for testing Kea configuration backend.
194194
/// It is very simple and currently focuses on reading

src/bin/dhcp6/tests/kea_controller_unittest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ class NakedControlledDhcpv6Srv : public ControlledDhcpv6Srv {
185185
}
186186
};
187187

188-
/// @brief test class for Kea configuration backend
188+
/// @brief test class for Kea configuration backend.
189189
///
190190
/// This class is used for testing Kea configuration backend.
191191
/// It is very simple and currently focuses on reading

0 commit comments

Comments
 (0)