Skip to content

Commit

Permalink
Updated a renamed method
Browse files Browse the repository at this point in the history
  • Loading branch information
Aklakan committed Oct 4, 2023
1 parent 539d69e commit bf19f6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ public void beforeExec() {
)
)
.addServletBuilder(ServletBuilderGraphQl.newBuilder()
.setGraphQlExecFactory(GraphQlExecFactoryOverSparql.lazyAutoConf(serverDataSource))
.setGraphQlExecFactory(GraphQlExecFactoryOverSparql.autoConfigureLazy(serverDataSource))
)
.setPort(port).create();

Expand Down

0 comments on commit bf19f6d

Please sign in to comment.