Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
sungshik committed Feb 29, 2024
1 parent bbd6aaf commit 1549e5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ public Summary create(InterruptibleFuture<IConstructor> calculation) {
return new SummarizerSummary(calculation);
}

protected <T> InterruptibleFuture<Lazy<IRangeMap<List<T>>>> mapCalculation(String logName,
private <T> InterruptibleFuture<Lazy<IRangeMap<List<T>>>> mapCalculation(String logName,
InterruptibleFuture<IConstructor> calculation, String kwField, Function<IValue, T> valueMapper) {

logger.trace("{}: Mapping summary by getting {}", logName, kwField);
Expand Down

0 comments on commit 1549e5d

Please sign in to comment.