We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d7b99 commit 12862f2Copy full SHA for 12862f2
specification/sections/02-providers.md
@@ -276,7 +276,7 @@ class MyProvider implements Tracking {
276
/**
277
* Record a tracking occurrence.
278
*/
279
- void track(String occurrenceKey, OccurrenceDetails details, EvaluationContext context): void;
+ void track(String occurrenceKey, EvaluationContext context, OccurrenceDetails details): void;
280
281
//...
282
}
0 commit comments