Skip to content

Commit

Permalink
removed todos and created issue see Consensys#1425
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <[email protected]>
  • Loading branch information
macfarla committed Apr 4, 2022
1 parent 357fdfb commit 9e304f3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ public interface EnclaveClientFactory<T extends EnclaveClient> {
T create(Config config);

static EnclaveClientFactory create() {
// TODO: return the stream and let the caller deal with it
return ServiceLoader.load(EnclaveClientFactory.class).findFirst().get();
}
}

0 comments on commit 9e304f3

Please sign in to comment.