dump of the results related to at least one project #61
|
@ -164,7 +164,6 @@ public class CreateEntityTest {
|
||||||
final Consumer<ContextInfo> consumer = ci -> cInfoList.add(ci);
|
final Consumer<ContextInfo> consumer = ci -> cInfoList.add(ci);
|
||||||
queryInformationSystem.getContextInformation(consumer);
|
queryInformationSystem.getContextInformation(consumer);
|
||||||
|
|
||||||
//List<ResearchInitiative> riList = new ArrayList<>();
|
|
||||||
cInfoList.forEach(cInfo -> {
|
cInfoList.forEach(cInfo -> {
|
||||||
try {
|
try {
|
||||||
writer.write(new Gson().toJson(Process.getEntity(cInfo)));
|
writer.write(new Gson().toJson(Process.getEntity(cInfo)));
|
||||||
|
|
Loading…
Reference in New Issue