This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
*/
|
||||
package org.springframework.binding.expression;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
import org.springframework.core.style.ToStringCreator;
|
||||
|
||||
/**
|
||||
@@ -22,7 +24,7 @@ import org.springframework.core.style.ToStringCreator;
|
||||
*
|
||||
* @author Keith Donald
|
||||
*/
|
||||
public class EvaluationAttempt {
|
||||
public class EvaluationAttempt implements Serializable {
|
||||
|
||||
private Expression expression;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user