Skip to content

Commit

Permalink
IGNITE-21399 Fixed review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
petrov-mg committed Jan 30, 2024
1 parent 66d691f commit 069606c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ public static <T> IgniteReducer<Collection<T>, Collection<T>> collectionsReducer

/** {@inheritDoc} */
@Override public synchronized String toString() {
return "Collection reducer: " + ret;
return S.toString("Collection Reducer", "reducedElements", ret);
}
};
}
Expand Down

0 comments on commit 069606c

Please sign in to comment.