DM-285: move originalValue to EntityReference

This commit is contained in:
Kilian Schuettler 2023-09-14 15:44:25 +02:00
parent 04f3bd1c1b
commit af526cc7e7
2 changed files with 2 additions and 1 deletions

View File

@ -15,8 +15,10 @@ import lombok.experimental.FieldDefaults;
public class ComponentEntityReference {
String id;
String value;
String type;
int page;
String ruleIdentifier;
String reason;
}

View File

@ -17,7 +17,6 @@ import lombok.experimental.FieldDefaults;
public class ComponentLogEntry {
String value;
List<String> originalValue;
String transformation;
String matchedRule;