mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
hide generic constructor from the Injector, so that random order of reflection won't pick the wrong constructor sometimes
This commit is contained in:
parent
16eefec473
commit
70fdfd4e0d
@ -16,7 +16,7 @@ public class ARPPinger implements Pinger {
|
||||
this(macFetcher, macFetcher.getClass().getSimpleName().startsWith("Win") ? null : (Pinger) trigger);
|
||||
}
|
||||
|
||||
public ARPPinger(MACFetcher macFetcher, Pinger trigger) {
|
||||
ARPPinger(MACFetcher macFetcher, Pinger trigger) {
|
||||
this.macFetcher = macFetcher;
|
||||
this.trigger = trigger;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user