DM-285: move originalValue to EntityReference #124

Merged
kilian.schuettler1 merged 1 commits from DM-285 into master 2023-09-14 16:27:56 +02:00
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;