Skip to content
Snippets Groups Projects

[pull] master from LREN-CHUV:master

Merged Kostas FILIPPOPOLITIS requested to merge github/fork/LREN-CHUV/master into master
7 files
+ 13
15
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -49,7 +49,7 @@ public class DatasetsApi extends WokenClientController {
@@ -49,7 +49,7 @@ public class DatasetsApi extends WokenClientController {
for (Dataset d: fetchDatasets()) {
for (Dataset d: fetchDatasets()) {
DatasetDescription dataset = new DatasetDescription();
DatasetDescription dataset = new DatasetDescription();
LOGGER.info("Dataset {}", d);
LOGGER.info("Dataset {}", d);
dataset.setCode(d.dataset().code());
dataset.setCode(d.id().code());
dataset.setLabel(d.label());
dataset.setLabel(d.label());
dataset.setDescription(d.description());
dataset.setDescription(d.description());
dataset.setAnonymisationLevel(d.anonymisationLevel().toString());
dataset.setAnonymisationLevel(d.anonymisationLevel().toString());