Skip to content

Commit

Permalink
FISH-6204 implement MSES.getContextService
Browse files Browse the repository at this point in the history
  • Loading branch information
aubi authored and breakponchito committed May 13, 2022
1 parent a4940c5 commit 71a8580
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public <U> CompletionStage<U> failedStage(Throwable ex) {

@Override
public ContextService getContextService() {
throw new UnsupportedOperationException("Not supported yet.");
return executor.getContextService();
}

@Override
Expand Down

0 comments on commit 71a8580

Please sign in to comment.