Fixed TODO

This commit is contained in:
Luca Frosini 2023-01-03 18:13:09 +01:00
parent 82dd44a3ee
commit f54b0b34dc
2 changed files with 3 additions and 3 deletions

View File

@ -58,6 +58,7 @@ public class ElaborateDeposition {
Thread.sleep(TimeUnit.SECONDS.toMillis(3));
}
// TODO Save content to file
}
}

View File

@ -215,11 +215,10 @@ public class ElaborateDepositionVersion {
dve.setDOIURL(depositionVersion.getConceptDOIURL());
dve.newVersion();
}
// TODO Save content
// TODO Export bibtext
}
// TODO Export bibtext
}
}