Skip to content

Commit e3bae28

Browse files
committed
---
yaml --- r: 4455 b: refs/heads/logging-alpha c: 4412c73 h: refs/heads/master i: 4453: 4241d78 4451: 880e7f2 4447: 9c3f192
1 parent 3700621 commit e3bae28

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ refs/heads/compute-alpha: 969cba2627f1d53d352cc4a5ffe0879dacf65e6c
1212
refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
1313
refs/heads/dns-alpha-batch: 17442b07867021b85d0452f5f3eda29a3413288f
1414
refs/heads/gcs-nio: 283aeaf15efdcf3621eb6859f05e55ad7764375d
15-
refs/heads/logging-alpha: 9db27d44a072233955a57670c4c77a8a1f72afca
15+
refs/heads/logging-alpha: 4412c7304cda6bd5d3846161b6451740972bc929
1616
refs/tags/v0.1.0: a615317f7424ed58621b1f65d5c4d8cbbe8a6ed8
1717
refs/tags/v0.1.1: 7a7f6985fe465e9dd6a075af55493f42b4933be0
1818
refs/tags/v0.1.2: 3eb3fe866ba22487686048f45d927b8c8638ea3f

branches/logging-alpha/gcloud-java-dns/src/main/java/com/google/gcloud/dns/ProjectInfo.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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() {

0 commit comments

Comments
 (0)