mirror of
https://github.com/google/nomulus.git
synced 2025-07-22 02:36:03 +02:00
Remove references to Objectify (#1846)
This is not a complete removal of ofy as we still a dependency on it (GaeUserIdConverter). But this PR removed it from a lot of places where it's no longer needed.
This commit is contained in:
parent
b578060c66
commit
cc451bb7dc
53 changed files with 82 additions and 921 deletions
|
@ -81,7 +81,7 @@ public final class DiffUtils {
|
|||
&& aValue == null
|
||||
&& bValue instanceof Collection
|
||||
&& ((Collection<?>) bValue).isEmpty()) {
|
||||
// Ignore a mismatch between Objectify's use of null to store empty collections and our
|
||||
// Ignore a mismatch between the use of null to store empty collections and our
|
||||
// code's builder methods, which yield empty collections for the same fields. This
|
||||
// prevents useless lines of the form "[null, []]" from appearing in diffs.
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue