Skip to content

Commit cdff68c

Browse files
authored
docs: fix usa sample outdated code (#1501)
1 parent d33df68 commit cdff68c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/use-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Once you've added the dependency, define a main method initializing the Operator
5353
public class Runner {
5454

5555
public static void main(String[] args) {
56-
Operator operator = new Operator(DefaultConfigurationService.instance());
56+
Operator operator = new Operator();
5757
operator.register(new WebPageReconciler());
5858
operator.start();
5959
}

0 commit comments

Comments
 (0)