Fix minor spelling mistake
This commit is contained in:
parent
510142763e
commit
a3d662aed1
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue