commit | 5b60f8b30e0ad7f7182dbd5bdf40a3adfcbd2889 | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Tue Sep 10 18:55:14 2024 +0900 |
committer | Lorenzo Colitti <lorenzo@google.com> | Tue Sep 10 19:36:24 2024 +0900 |
tree | b7bd226073d2af44addfc92ace1736b89fe96e7f | |
parent | 9cef6de3bd474cb99e8ab968277416935a12684a [diff] |
Switch FakeDns from List<String> to String[]. Currently this is a bit confusing because the inputs and the synchronous path take String[], but the async path and the futures take List<String>. Use String[] in both places. This makes it easier to port to Kotlin as well. Test: test-only change Change-Id: I7d4ef6c1816778be4ce8ea4a5a6953c44e558990