mirror of
https://github.com/google/nomulus
synced 2026-01-04 04:04:22 +00:00
Fix broken JavaDoc
@see tags can't contain a label and a link. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=130783416
This commit is contained in:
@@ -341,13 +341,14 @@ class CloudDnsWriter implements DnsWriter {
|
||||
* <p>This call should be used in conjunction with getResourceRecordsForDomain in a get-and-set
|
||||
* retry loop.
|
||||
*
|
||||
* <p>See {@link "https://cloud.google.com/dns/troubleshooting"} for a list of errors produced by
|
||||
* the Google Cloud DNS API.
|
||||
*
|
||||
* @throws IOException if the operation could not be completed successfully due to an
|
||||
* uncorrectable error.
|
||||
* @throws ZoneStateException if the operation could not be completely successfully because the
|
||||
* records to delete do not exist, already exist or have been modified with different
|
||||
* attributes since being queried.
|
||||
* @see "https://cloud.google.com/dns/troubleshooting" for a list of errors produced by the Google
|
||||
* Cloud DNS API.
|
||||
*/
|
||||
private void updateResourceRecords(
|
||||
ImmutableSet<ResourceRecordSet> additions, ImmutableSet<ResourceRecordSet> deletions)
|
||||
|
||||
Reference in New Issue
Block a user