mirror of
https://github.com/google/nomulus.git
synced 2025-05-03 05:27:52 +02:00
The callsites were inconsistent between whether they were passing empty list or null, and many of the ones that were passing null were not correctly annotated with @Nullable. I'm now going with empty list throughout except for the final step where the actual field that will be transformed into XML is set, where it is coerced to null to avoid an empty element in the XML output. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139340837 |
||
---|---|---|
.. | ||
PollAckFlow.java | ||
PollFlowUtils.java | ||
PollRequestFlow.java |