mirror of
https://github.com/google/nomulus.git
synced 2025-05-28 16:30:12 +02: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:
parent
5556becd0e
commit
0e4ce70610
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue