mirror of
https://github.com/google/nomulus
synced 2026-09-21 07:24:26 +00:00
* Filter out empty dsData objects, not just null ones Hibernate/SQL will get mad if the digest is null or empty, and previously we only check for null. We should filter out empty digests as well.