Skip to content

Commit

Permalink
Better javadoc for aggregated list methods
Browse files Browse the repository at this point in the history
  • Loading branch information
mziccard committed Mar 25, 2016
1 parent fc1d0ed commit bc2d7a1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,7 @@ public static SnapshotListOption fields(SnapshotField... fields) {
Page<DiskType> listDiskTypes(String zone, DiskTypeListOption... options);

/**
* Lists all disk types.
* Lists the disk types in all zones.
*
* @throws ComputeException upon failure
*/
Expand Down Expand Up @@ -1519,7 +1519,7 @@ public static SnapshotListOption fields(SnapshotField... fields) {
Page<MachineType> listMachineTypes(String zone, MachineTypeListOption... options);

/**
* Lists all machine types.
* Lists the machine types in all zones.
*
* @throws ComputeException upon failure
*/
Expand Down Expand Up @@ -1636,7 +1636,7 @@ public static SnapshotListOption fields(SnapshotField... fields) {
Page<Address> listRegionAddresses(String region, AddressListOption... options);

/**
* Lists all addresses.
* Lists both global and region addresses.
*
* @throws ComputeException upon failure
*/
Expand Down

0 comments on commit bc2d7a1

Please sign in to comment.