>
> protected Operation(String id, Date creationTimestamp, URI selfLink,
> String name, String description,
> URI targetLink, String targetId, String
> clientOperationId, Status status,
> String statusMessage, String user, Integer progress,
> Date insertTime, Date startTime,
> Date endTime, Integer httpErrorStatusCode, String
> httpErrorMessage, String operationType,
> - List<Error> errors) {
> + List<Error> errors, URI region, URI zone) {
Mark as `@Nullable`?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/16/files#r5362624