marked nonserializable data transient
This commit is contained in:
@@ -28,7 +28,7 @@ public class EvaluationAttempt implements Serializable {
|
||||
|
||||
private Expression expression;
|
||||
|
||||
private Object context;
|
||||
private transient Object context;
|
||||
|
||||
/**
|
||||
* Create an evaluation attempt.
|
||||
|
||||
@@ -27,7 +27,7 @@ public class SetValueAttempt extends EvaluationAttempt {
|
||||
/**
|
||||
* The new value.
|
||||
*/
|
||||
private Object value;
|
||||
private transient Object value;
|
||||
|
||||
/**
|
||||
* Creates a new set attempt.
|
||||
|
||||
Reference in New Issue
Block a user