mirror of
https://github.com/google/nomulus.git
synced 2025-05-29 17:00:11 +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
|
* <p>This call should be used in conjunction with getResourceRecordsForDomain in a get-and-set
|
||||||
* retry loop.
|
* 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
|
* @throws IOException if the operation could not be completed successfully due to an
|
||||||
* uncorrectable error.
|
* uncorrectable error.
|
||||||
* @throws ZoneStateException if the operation could not be completely successfully because the
|
* @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
|
* records to delete do not exist, already exist or have been modified with different
|
||||||
* attributes since being queried.
|
* 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(
|
private void updateResourceRecords(
|
||||||
ImmutableSet<ResourceRecordSet> additions, ImmutableSet<ResourceRecordSet> deletions)
|
ImmutableSet<ResourceRecordSet> additions, ImmutableSet<ResourceRecordSet> deletions)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue