diff options
author | Steve Smokowski <ss835w@att.com> | 2019-08-12 13:49:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-12 13:49:02 +0000 |
commit | 6387c2174b5fe53dda56ebaf7b51b4ad6e8239a4 (patch) | |
tree | ee30c58b7b640387bc8dd22777b1a1d85064f489 /bpmn | |
parent | 2db91d9f85c272c6d5b05348b358c8b9807fdbc2 (diff) | |
parent | c6b000b08e15a731b0d63cca819f05f5ec5cbf7d (diff) |
Merge "All extendable enums should be serializable"
Diffstat (limited to 'bpmn')
-rw-r--r-- | bpmn/MSOCoreBPMN/src/main/java/org/onap/so/bpmn/core/WorkflowException.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/MSOCoreBPMN/src/main/java/org/onap/so/bpmn/core/WorkflowException.java b/bpmn/MSOCoreBPMN/src/main/java/org/onap/so/bpmn/core/WorkflowException.java index 21847e1c4e..7d5bb0dcf1 100644 --- a/bpmn/MSOCoreBPMN/src/main/java/org/onap/so/bpmn/core/WorkflowException.java +++ b/bpmn/MSOCoreBPMN/src/main/java/org/onap/so/bpmn/core/WorkflowException.java @@ -33,7 +33,7 @@ public class WorkflowException implements Serializable { private final int errorCode; private final String errorMessage; private final String workStep; - private transient TargetEntities extSystemErrorSource; + private TargetEntities extSystemErrorSource; /** * Constructor |