Skip to content

Commit 12862f2

Browse files
committed
fixup: param ordering
Signed-off-by: Todd Baert <[email protected]>
1 parent 50d7b99 commit 12862f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/sections/02-providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ class MyProvider implements Tracking {
276276
/**
277277
* Record a tracking occurrence.
278278
*/
279-
void track(String occurrenceKey, OccurrenceDetails details, EvaluationContext context): void;
279+
void track(String occurrenceKey, EvaluationContext context, OccurrenceDetails details): void;
280280
281281
//...
282282
}

0 commit comments

Comments
 (0)