added comments for model fields removal

This commit is contained in:
Claudio Atzori 2020-06-08 15:01:21 +02:00
parent 94ea8f82a7
commit 94533b71bc
2 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,7 @@ public class Dataset extends Result implements Serializable {
private Field<String> storagedate;
// candidate for removal
private Field<String> device;
private Field<String> size;

View File

@ -10,8 +10,10 @@ public class Software extends Result implements Serializable {
private List<Field<String>> documentationUrl;
// candidate for removal
private List<StructuredProperty> license;
// candidate for removal
private Field<String> codeRepositoryUrl;
private Qualifier programmingLanguage;