mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 16:32:11 +02:00
This is needed to fix an inability in Java 8 to correctly infer the type when the transaction was being allowed to return the value it loaded. The error was: INFO: Compilation unit has error diagnostics: [third_party/java_src/gtld/javatests/google/registry/rde/imports/RdeImportUtilsTest.java:109: error: incompatible types: inference variable R has incompatible bounds ofy().transact(() -> rdeImportUtils.importEppResource(newContact)); ^ upper bounds: java.lang.Object lower bounds: void, third_party/java_src/gtld/javatests/google/registry/rde/imports/RdeImportUtilsTest.java:132: error: incompatible types: inference variable R has incompatible bounds ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=179082154 |
||
---|---|---|
.. | ||
BUILD | ||
RdeContactImportAction.java | ||
RdeContactInput.java | ||
RdeContactReader.java | ||
RdeDomainImportAction.java | ||
RdeDomainInput.java | ||
RdeDomainReader.java | ||
RdeHostImportAction.java | ||
RdeHostInput.java | ||
RdeHostLinkAction.java | ||
RdeHostReader.java | ||
RdeImportsModule.java | ||
RdeImportUtils.java | ||
RdeParser.java | ||
ResourceExistsException.java | ||
XjcToContactResourceConverter.java | ||
XjcToDomainResourceConverter.java | ||
XjcToEppResourceConverter.java | ||
XjcToHostResourceConverter.java |