Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bgprudhomme committed Aug 5, 2024
1 parent 5b4d275 commit 6a07060
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,8 @@ protected FederatedService createService(String serviceUrl) throws QueryEvaluati
repo.init();
System.out.println("test10_serviceBoundJoin: repo.init() done");
fedxRule.getFederationContext().getConfig().withBoundJoinBlockSize(5);
System.out.println("test10_serviceBoundJoin: fedxRule.getFederationContext().getConfig().withBoundJoinBlockSize(5) done");
System.out.println(
"test10_serviceBoundJoin: fedxRule.getFederationContext().getConfig().withBoundJoinBlockSize(5) done");
/*
* test select query retrieving all persons from endpoint 1 (SERVICE), endpoint not part of federation =>
* evaluate using externally provided service resolver endpoint1 is reachable as
Expand Down

0 comments on commit 6a07060

Please sign in to comment.