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 d33df68 commit cdff68cCopy full SHA for cdff68c
docs/documentation/use-samples.md
@@ -53,7 +53,7 @@ Once you've added the dependency, define a main method initializing the Operator
53
public class Runner {
54
55
public static void main(String[] args) {
56
- Operator operator = new Operator(DefaultConfigurationService.instance());
+ Operator operator = new Operator();
57
operator.register(new WebPageReconciler());
58
operator.start();
59
}
0 commit comments