mirror of
https://codeberg.org/PGPainless/wkd-java.git
synced 2024-11-21 23:02:05 +01:00
Document need for better injection technique
This commit is contained in:
parent
cd3f36e26a
commit
2857273580
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue