Skip to content

Commit

Permalink
Changed documentation @code to @link where applicable.
Browse files Browse the repository at this point in the history
  • Loading branch information
mderka committed Jan 28, 2016
1 parent 8ed547b commit a2aaac6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,22 +89,22 @@ public int resourceRecordsPerRrset() {
}

/**
* Returns the maximum allowed number of {@link DnsRecord}s to add per {@code ChangesRequest}.
* Returns the maximum allowed number of {@link DnsRecord}s to add per {@link ChangesRequest}.
*/
public int rrsetAdditionsPerChange() {
return rrsetAdditionsPerChange;
}

/**
* Returns the maximum allowed number of {@link DnsRecord}s to delete per {@code
* Returns the maximum allowed number of {@link DnsRecord}s to delete per {@link
* ChangesRequest}.
*/
public int rrsetDeletionsPerChange() {
return rrsetDeletionsPerChange;
}

/**
* Returns the maximum allowed number of {@link DnsRecord}s per {@code ManagedZone} in the
* Returns the maximum allowed number of {@link DnsRecord}s per {@link ManagedZoneInfo} in the
* project.
*/
public int rrsetsPerManagedZone() {
Expand Down

0 comments on commit a2aaac6

Please sign in to comment.