File tree Expand file tree Collapse file tree
branches/dns-alpha-batch/gcloud-java-dns/src/main/java/com/google/gcloud/dns Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ refs/tags/v0.0.11: ffbfba48a6426ff63c08ff2117e58681f251fbf2
1212refs/tags/v0.0.12: 2fd8066e891fb3dfea69b65f6bf6461db79342b9
1313refs/heads/compute-alpha: b1274b5bdf4eea955f3588b56378a5ae4ba59cef
1414refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
15- refs/heads/dns-alpha-batch: 9db27d44a072233955a57670c4c77a8a1f72afca
15+ refs/heads/dns-alpha-batch: 4412c7304cda6bd5d3846161b6451740972bc929
Original file line number Diff line number Diff line change @@ -89,22 +89,22 @@ public int resourceRecordsPerRrset() {
8989 }
9090
9191 /**
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 ChangeRequest }.
9393 */
9494 public int rrsetAdditionsPerChange () {
9595 return rrsetAdditionsPerChange ;
9696 }
9797
9898 /**
99- * Returns the maximum allowed number of {@link DnsRecord}s to delete per {@code
100- * ChangesRequest }.
99+ * Returns the maximum allowed number of {@link DnsRecord}s to delete per {@link
100+ * ChangeRequest }.
101101 */
102102 public int rrsetDeletionsPerChange () {
103103 return rrsetDeletionsPerChange ;
104104 }
105105
106106 /**
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
108108 * project.
109109 */
110110 public int rrsetsPerManagedZone () {
You can’t perform that action at this time.
0 commit comments