google-nomulus/java
cgoldfeder d5104df453 Fix two ErrorProne warnings in TypeUtils
1) Prefer .getConstructor().newInstance() over .newInstance()
   because otherwise checked exceptions can be propagated from
   the constructor even though they aren't declared.
2) Use the type T in the parameters to instantiate().

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=138874730
2016-11-15 10:50:39 -05:00
..
com/google Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
google/registry Fix two ErrorProne warnings in TypeUtils 2016-11-15 10:50:39 -05:00