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 9db27d4 commit 4412c73
Showing 1 changed file with 4 additions and 4 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 ChangeRequest}.
*/
public int rrsetAdditionsPerChange() {
return rrsetAdditionsPerChange;
}

/**
* Returns the maximum allowed number of {@link DnsRecord}s to delete per {@code
* ChangesRequest}.
* Returns the maximum allowed number of {@link DnsRecord}s to delete per {@link
* ChangeRequest}.
*/
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 4412c73

Please sign in to comment.