Unify email notifications for console updates (#2459)

This commit is contained in:
Pavlo Tkach
2024-05-31 19:20:56 +00:00
committed by GitHub
parent 81b239c6b3
commit 0c123e1676
14 changed files with 337 additions and 135 deletions
@@ -36,7 +36,7 @@ public final class DiffUtils {
* A helper record to store the two sides of a diff. If both sides are Sets then they will be
* diffed, otherwise the two objects are toStringed in Collection format "[a, b]".
*/
private record DiffPair(@Nullable Object a, @Nullable Object b) {
public record DiffPair(@Nullable Object a, @Nullable Object b) {
@Override
public String toString() {