master #59

Closed
claudio.atzori wants to merge 3221 commits from master into stable_ids
1 changed files with 0 additions and 1 deletions
Showing only changes of commit d4ddde2ef2 - Show all commits

View File

@ -164,7 +164,6 @@ public class CreateEntityTest {
final Consumer<ContextInfo> consumer = ci -> cInfoList.add(ci);
queryInformationSystem.getContextInformation(consumer);
//List<ResearchInitiative> riList = new ArrayList<>();
cInfoList.forEach(cInfo -> {
try {
writer.write(new Gson().toJson(Process.getEntity(cInfo)));