DM-285: add containing Node to EntityLogEntry

This commit is contained in:
Kilian Schuettler 2023-09-25 16:39:12 +02:00
parent 6cdd2178f1
commit 919825774d

View File

@ -32,12 +32,14 @@ public class EntityLogEntry {
boolean imported;
List<Integer> containingNodeId;
String closestHeadline;
String section;
float[] color;
@Builder.Default
List<Position> positions = new ArrayList<>();
int sectionNumber;
String textBefore;
String textAfter;