DM-285: add containing Node to EntityLogEntry
This commit is contained in:
parent
6cdd2178f1
commit
919825774d
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user