From b536bc122ad1c2b0d17c9a2dc95d703fb27ea1fc Mon Sep 17 00:00:00 2001 From: Thomas Lea Date: Fri, 7 Feb 2025 10:52:07 -0600 Subject: [PATCH] Remove stale comment from ARL example (#37321) ExampleAccessRestrictionProvider.h had a comment referring to an event from a development iteration that was incorrect. Co-authored-by: Andrei Litvin --- examples/platform/linux/ExampleAccessRestrictionProvider.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/platform/linux/ExampleAccessRestrictionProvider.h b/examples/platform/linux/ExampleAccessRestrictionProvider.h index 731a8ae5845a21..645c71a5b42435 100644 --- a/examples/platform/linux/ExampleAccessRestrictionProvider.h +++ b/examples/platform/linux/ExampleAccessRestrictionProvider.h @@ -39,7 +39,7 @@ class ExampleAccessRestrictionProvider : public AccessRestrictionProvider protected: CHIP_ERROR DoRequestFabricRestrictionReview(const FabricIndex fabricIndex, uint64_t token, const std::vector & arl) { - // this example simply removes all restrictions and will generate AccessRestrictionEntryChanged events + // this example simply removes all restrictions when a review command is received Access::GetAccessControl().GetAccessRestrictionProvider()->SetEntries(fabricIndex, std::vector{}); chip::app::Clusters::AccessControl::Events::FabricRestrictionReviewUpdate::Type event{ .token = token,