File tree 1 file changed +2
-2
lines changed
src/app/data-model-provider
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ class Provider : public ProviderMetadataTree
83
83
// / Write operation or after the last one of a series of consecutive attribute data of the same attribute.
84
84
// /
85
85
// / 1) This function will be called if the client tries to set a nullable list attribute to null.
86
- // / 2) This function will only be called for a series of consecutive attribute data (regardless the kind of list
87
- // / operation) of the same attribute at the beggining or end of the Write operations .
86
+ // / 2) This function will only be called at the beginning and end of a series of consecutive attribute data
87
+ // / blocks for the same attribute, no matter what list operations those data blocks represent .
88
88
// / 3) The opType argument indicates the type of notification (Start, Failure, Success).
89
89
virtual void ListAttributeWriteNotification (const ConcreteAttributePath & aPath, BitFlags<ListWriteOperation> opType) = 0;
90
90
You can’t perform that action at this time.
0 commit comments