mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
remove invalid and obsolete javadoc reference
This commit is contained in:
parent
b20d322de0
commit
a10865709b
@ -5,14 +5,14 @@
|
||||
*/
|
||||
package net.azib.ipscan.feeders;
|
||||
|
||||
import net.azib.ipscan.config.Labels;
|
||||
import net.azib.ipscan.core.ScanningSubject;
|
||||
|
||||
import java.net.InetAddress;
|
||||
import java.net.UnknownHostException;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
import net.azib.ipscan.config.Labels;
|
||||
import net.azib.ipscan.core.ScanningSubject;
|
||||
|
||||
/**
|
||||
* A Feeder for rescanning - takes a predefined list of IP addresses.
|
||||
*
|
||||
@ -48,7 +48,6 @@ public class RescanFeeder extends AbstractFeeder {
|
||||
|
||||
/**
|
||||
* Initializes the RescanFeeder with required parameters
|
||||
* @see Feeder#initialize(String[])
|
||||
* @param ips an array of IP addresses as Strings
|
||||
*/
|
||||
private int initAddresses(String ... ips) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user