additional checks to cover the issue RM-4572

This commit is contained in:
Rodica Sutu
2017-02-09 12:44:04 +02:00
parent a0710a379a
commit 6bccc5f827
7 changed files with 57 additions and 18 deletions

View File

@@ -107,7 +107,7 @@ public class FilePlanComponentProperties
@JsonProperty(value = PROPERTIES_PHYSICAL_SIZE, required = false)
private Integer physicalSize;
@JsonProperty(value = PROPERTIES_RECORD_ID, required = false)
private String recordId;
private String rmIdentifier;
}