Skip to content

Commit 7de5186

Browse files
committed
update name of sulBuilder.build() to sulBuilder.buildSul()
1 parent 71a8f85 commit 7de5186

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/github/protocolfuzzing/protocolstatefuzzer/statefuzzer/testrunner/core

1 file changed

+1
-1
lines changed

src/main/java/com/github/protocolfuzzing/protocolstatefuzzer/statefuzzer/testrunner/core/TestRunnerRA.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public TestRunnerRA(
8282
this.cleanupTasks = new CleanupTasks();
8383

8484
AbstractSul<PSymbolInstance, PSymbolInstance, E> abstractSul =
85-
sulBuilder.build(testRunnerEnabler.getSulConfig(), cleanupTasks);
85+
sulBuilder.buildSul(testRunnerEnabler.getSulConfig(), cleanupTasks);
8686
SUL<PSymbolInstance, PSymbolInstance> sul = sulWrapper.wrap(abstractSul).getWrappedSul();
8787

8888
this.sulOracle = new SULOracle(

0 commit comments

Comments
 (0)