Skip to content

Commit a2aaac6

Browse files
committed
Changed documentation @code to @link where applicable.
1 parent 8ed547b commit a2aaac6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gcloud-java-dns/src/main/java/com/google/gcloud/dns/ProjectInfo.java

Lines changed: 3 additions & 3 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 ChangesRequest}.
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
99+
* Returns the maximum allowed number of {@link DnsRecord}s to delete per {@link
100100
* ChangesRequest}.
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)