Skip to content

Commit c3d47ac

Browse files
committed
Make ComponentHistory serializable
1 parent b6829e2 commit c3d47ac

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

patternfx-core/src/main/java/com/techsenger/patternfx/core/AbstractComponentHistory.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@
1616

1717
package com.techsenger.patternfx.core;
1818

19+
import java.io.Serializable;
20+
1921
/**
2022
*
2123
* @author Pavel Castornii
2224
*/
23-
public abstract class AbstractComponentHistory {
25+
public abstract class AbstractComponentHistory implements Serializable {
2426

2527
/**
2628
* Returns whether this history instance is new, meaning it was newly created and has not yet been used to

0 commit comments

Comments
 (0)