1
0
mirror of https://github.com/google/nomulus synced 2026-01-07 05:56:49 +00:00

Unify email notifications for console updates (#2459)

This commit is contained in:
Pavlo Tkach
2024-05-31 15:20:56 -04:00
committed by GitHub
parent 81b239c6b3
commit 0c123e1676
14 changed files with 337 additions and 135 deletions

View File

@@ -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() {