mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-09 06:14:45 +00:00
fix failing test
This commit is contained in:
parent
f3fc19a906
commit
db48892b66
@ -6,8 +6,9 @@ import java.util.Iterator;
|
||||
import java.util.List;
|
||||
import java.util.ListIterator;
|
||||
|
||||
public class XhtmlNodeList extends XhtmlFluent implements List<XhtmlNode> {
|
||||
public class XhtmlNodeList extends XhtmlFluent implements List<XhtmlNode>, java.io.Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
private List<XhtmlNode> list = new ArrayList<>();
|
||||
private boolean inPara;
|
||||
private boolean inLink;
|
||||
|
Loading…
x
Reference in New Issue
Block a user