Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
[NC-1968] Merge conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-terry committed Feb 10, 2019
1 parent 2b7bae0 commit ba87c6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
import tech.pegasys.pantheon.ethereum.permissioning.PermissioningConfiguration;
import tech.pegasys.pantheon.ethereum.permissioning.WhitelistFileSyncException;
import tech.pegasys.pantheon.ethereum.permissioning.WhitelistOperationResult;
import tech.pegasys.pantheon.util.bytes.BytesValue;
import tech.pegasys.pantheon.ethereum.permissioning.WhitelistPersistor;
import tech.pegasys.pantheon.util.bytes.BytesValue;

import java.io.IOException;
import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ private static Map<WHITELIST_TYPE, Collection<String>> existingConfigItems(
o ->
o.getValue()
.toList()
.stream()
.parallelStream()
.map(Object::toString)
.collect(Collectors.toList())));
}
Expand Down

0 comments on commit ba87c6c

Please sign in to comment.