diff --git a/java/google/registry/dns/writer/clouddns/CloudDnsWriter.java b/java/google/registry/dns/writer/clouddns/CloudDnsWriter.java index 229294cfd..de0089ae4 100644 --- a/java/google/registry/dns/writer/clouddns/CloudDnsWriter.java +++ b/java/google/registry/dns/writer/clouddns/CloudDnsWriter.java @@ -341,13 +341,14 @@ class CloudDnsWriter implements DnsWriter { *

This call should be used in conjunction with getResourceRecordsForDomain in a get-and-set * retry loop. * + *

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 additions, ImmutableSet deletions)