Skip to content

Commit b777312

Browse files
Address review comment.
Clearer "this is deprecated" wording. Co-authored-by: Tennessee Carmel-Veilleux <tennessee.carmelveilleux@gmail.com>
1 parent 50e78d5 commit b777312

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/app/CASEClient.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ struct CASEClientInitParams
3535
FabricTable * fabricTable = nullptr;
3636
Credentials::GroupDataProvider * groupDataProvider = nullptr;
3737

38-
// mrpLocalConfig should not generally be set to anything other than
38+
// `mrpLocalConfig` should not generally be set to anything other than
3939
// NullOptional. Doing that can lead to different parts of the system
40-
// claiming different MRP parameters for the same node.
40+
// claiming different MRP parameters for the same node. This remains
41+
// as backwards compatibility to previous public API.
4142
Optional<ReliableMessageProtocolConfig> mrpLocalConfig = NullOptional;
4243

4344
CHIP_ERROR Validate() const

0 commit comments

Comments
 (0)