DM-285: move originalValue to EntityReference #124
@ -15,8 +15,10 @@ import lombok.experimental.FieldDefaults;
|
||||
public class ComponentEntityReference {
|
||||
|
||||
String id;
|
||||
String value;
|
||||
String type;
|
||||
int page;
|
||||
String ruleIdentifier;
|
||||
String reason;
|
||||
|
||||
}
|
||||
|
||||
@ -17,7 +17,6 @@ import lombok.experimental.FieldDefaults;
|
||||
public class ComponentLogEntry {
|
||||
|
||||
String value;
|
||||
List<String> originalValue;
|
||||
String transformation;
|
||||
String matchedRule;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user