Skip to content

Commit dc02d5e

Browse files
committed
---
yaml --- r: 3097 b: refs/heads/master c: d722635 h: refs/heads/master i: 3095: 223fa9f
1 parent f23425c commit dc02d5e

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 4057dcd93d2dee27c0a7f51e51723ca414daa5fd
2+
refs/heads/master: d7226350faa112b2f2e5310e7268ba61176729ee
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: 4e0561bb4504bf647db669a14417b2b2c87ba45d
55
refs/heads/pubsub-alpha: 1a0e970f265af871e02274085b9662b3fe29058b

trunk/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)