Document need for better injection technique

This commit is contained in:
Paul Schaub 2022-03-02 18:02:02 +01:00
parent cd3f36e26a
commit 2857273580
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ public class Fetch implements Runnable {
)
boolean armor = false;
// TODO: Better way to inject fetcher implementation
public static AbstractWKDFetcher fetcher = new HttpUrlConnectionWKDFetcher();
@Override