File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
gcloud-java-dns/src/main/java/com/google/gcloud/dns Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,22 +89,22 @@ public int resourceRecordsPerRrset() {
89
89
}
90
90
91
91
/**
92
- * Returns the maximum allowed number of {@link DnsRecord}s to add per {@code ChangesRequest}.
92
+ * Returns the maximum allowed number of {@link DnsRecord}s to add per {@link ChangesRequest}.
93
93
*/
94
94
public int rrsetAdditionsPerChange () {
95
95
return rrsetAdditionsPerChange ;
96
96
}
97
97
98
98
/**
99
- * Returns the maximum allowed number of {@link DnsRecord}s to delete per {@code
99
+ * Returns the maximum allowed number of {@link DnsRecord}s to delete per {@link
100
100
* ChangesRequest}.
101
101
*/
102
102
public int rrsetDeletionsPerChange () {
103
103
return rrsetDeletionsPerChange ;
104
104
}
105
105
106
106
/**
107
- * Returns the maximum allowed number of {@link DnsRecord}s per {@code ManagedZone } in the
107
+ * Returns the maximum allowed number of {@link DnsRecord}s per {@link ManagedZoneInfo } in the
108
108
* project.
109
109
*/
110
110
public int rrsetsPerManagedZone () {
You can’t perform that action at this time.
0 commit comments