Fix minor spelling mistake

This commit is contained in:
George Kalampokis 2020-11-13 18:29:16 +02:00
parent 510142763e
commit a3d662aed1
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public class DatasetRDAMapper {
Dataset rda = new Dataset();
// rda.setDatasetId(DatasetIdRDAMapper.toRDA(dataset.getId()));
if (dataset.getLabel() == null) {
throw new IllegalArgumentException("Dataaset Label is missing");
throw new IllegalArgumentException("Dataset Label is missing");
}
rda.setTitle(dataset.getLabel());
rda.setDescription(dataset.getDescription());