Fix compile error: reference to Record is ambiguous
Fix compile error: reference to Record is ambiguous
Why:
- Fix reference to Record is ambiguous on OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.10+9) on macOS Big Sur version 11.2.3 (20D91) The following compile error occurs without this fix: reference to Record is ambiguous. Both class sila_java.library.core.discovery.networking.dns.records.Record in sila_java.library.core.discovery.networking.dns.records and class java.lang.Record in java.lang match
This change addresses the need by:
- Explicitly importing the Record class
This change has the following side effects:
- None
Edited by Timothy