Skip to content

Commit 813d954

Browse files
committed
---
yaml --- r: 4095 b: refs/heads/gcs-nio c: d722635 h: refs/heads/master i: 4093: 47ed071 4091: baf3d77 4087: 7ab064c 4079: 0abcb0f 4063: a785daa 4031: f1b3ace 3967: 32a6282 3839: 5fcb36f 3583: 01b073b 3071: cac8750 2047: 9b1d5b2
1 parent 804a4be commit 813d954

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

  • branches/gcs-nio/gcloud-java-dns/src/main/java/com/google/gcloud/dns

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ refs/tags/v0.0.12: 2fd8066e891fb3dfea69b65f6bf6461db79342b9
1111
refs/heads/compute-alpha: 969cba2627f1d53d352cc4a5ffe0879dacf65e6c
1212
refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
1313
refs/heads/dns-alpha-batch: 17442b07867021b85d0452f5f3eda29a3413288f
14-
refs/heads/gcs-nio: 4057dcd93d2dee27c0a7f51e51723ca414daa5fd
14+
refs/heads/gcs-nio: d7226350faa112b2f2e5310e7268ba61176729ee
1515
refs/heads/logging-alpha: db5312bffa7fccac194f6a7feb8cc3066de16aff
1616
refs/tags/v0.1.0: a615317f7424ed58621b1f65d5c4d8cbbe8a6ed8
1717
refs/tags/v0.1.1: 7a7f6985fe465e9dd6a075af55493f42b4933be0

branches/gcs-nio/gcloud-java-dns/src/main/java/com/google/gcloud/dns/Zone.java

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ public static Zone get(Dns dnsService, String zoneName, Dns.ZoneOption... option
6666
}
6767

6868
/**
69-
* Retrieves the latest information about the zone. The method retrieves the zone by name which
70-
* must always be initialized.
69+
* Retrieves the latest information about the zone. The method retrieves the zone by name.
7170
*
7271
* @param options optional restriction on what fields should be fetched
7372
* @return zone object containing updated information or {@code null} if not not found
@@ -100,7 +99,7 @@ public Page<DnsRecord> listDnsRecords(Dns.DnsRecordListOption... options) {
10099

101100
/**
102101
* Submits {@link ChangeRequest} to the service for it to applied to this zone. The method
103-
* searches for zone by name which must always be initialized.
102+
* searches for zone by name.
104103
*
105104
* @param options optional restriction on what fields of {@link ChangeRequest} should be returned
106105
* @return ChangeRequest with server-assigned ID
@@ -114,8 +113,8 @@ public ChangeRequest applyChangeRequest(ChangeRequest changeRequest,
114113

115114
/**
116115
* Retrieves an updated information about a change request previously submitted to be applied to
117-
* this zone. Returns a {@link ChangeRequest} or {@code null} if the change request was not
118-
* found. Throws {@link DnsException} if the zone is not found.
116+
* this zone. Returns a {@link ChangeRequest} or {@code null} if the change request was not found.
117+
* Throws {@link DnsException} if the zone is not found.
119118
*
120119
* @param options optional restriction on what fields of {@link ChangeRequest} should be returned
121120
* @return updated ChangeRequest
@@ -129,8 +128,8 @@ public ChangeRequest getChangeRequest(String changeRequestId,
129128
}
130129

131130
/**
132-
* Retrieves all change requests for this zone. The method searches for zone by name which must
133-
* always be initialized. Returns a page of {@link ChangeRequest}s.
131+
* Retrieves all change requests for this zone. The method searches for zone by name. Returns a
132+
* page of {@link ChangeRequest}s.
134133
*
135134
* @param options optional restriction on listing and fields to be returned
136135
* @return a page of change requests

0 commit comments

Comments
 (0)