Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Mar 5, 2024
1 parent 1e0894e commit a022f56
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ protected StartTestItemRQ buildStartBackgroundRq(@Nonnull Step step, @Nonnull Sc
*
* @param step Karate's Step object instance
* @param sr Karate's ScenarioRuntime object instance
* @return item ID Future
*/
public Maybe<String> startBackground(@Nonnull Step step, @Nonnull ScenarioRuntime sr) {
return backgroundIdMap.computeIfAbsent(sr.scenario.getUniqueId(), k -> {
Expand Down

0 comments on commit a022f56

Please sign in to comment.