google-nomulus/java/google/registry/model/eppoutput
mcilwain 5368489987 Enforce nullness consistency on EppResponse.set...() methods
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
2016-11-16 17:03:43 -05:00
..
CheckData.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
CreateData.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppOutput.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppResponse.java Enforce nullness consistency on EppResponse.set...() methods 2016-11-16 17:03:43 -05:00
Greeting.java Set svID in ConfigModule instead of hard-coding it 2016-11-10 12:29:53 -05:00
package-info.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
Result.java Use correct <a> tag syntax in javadoc @see tag 2016-11-02 15:19:34 -04:00