From 59a681213a7c3447d1353af9259241c304d2c735 Mon Sep 17 00:00:00 2001 From: Thomas Lea Date: Thu, 30 Jan 2025 07:38:44 -0600 Subject: [PATCH] Remove stale comment from ARL example ExampleAccessRestrictionProvider.h had a comment referring to an event from a development iteration that was incorrect. --- 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,