forked from D-Net/dnet-hadoop
changed because of D-Net/dnet-hadoop#61 (comment)
This commit is contained in:
parent
f5e5e92a10
commit
d4ddde2ef2
|
@ -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)));
|
||||
|
|
Loading…
Reference in New Issue