Skip to content

Commit

Permalink
Fixing MID-2037 (NotSerializable exception related to progress indica…
Browse files Browse the repository at this point in the history
…tor).
  • Loading branch information
mederly committed Sep 23, 2014
1 parent c3eed13 commit e2ad844
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -107,7 +107,7 @@ public boolean isSuccess() {
return status == null || status == OperationResultStatusType.SUCCESS;
}

public static class ResourceOperationResult {
public static class ResourceOperationResult implements Serializable {
private ChangeType changeType;
private OperationResultStatus resultStatus;

Expand Down

0 comments on commit e2ad844

Please sign in to comment.