mirror of
https://github.com/google/nomulus
synced 2026-08-22 15:16:20 +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.