Update BadIPDetection.kt
This commit is contained in:
@@ -49,6 +49,10 @@ class BadIPDetector(
|
|||||||
val services: List<BadIPDetectionService>
|
val services: List<BadIPDetectionService>
|
||||||
) {
|
) {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Alternative constructor.
|
||||||
|
* @see BadIPDetector
|
||||||
|
*/
|
||||||
constructor(vararg services: BadIPDetectionService) : this(services.toList())
|
constructor(vararg services: BadIPDetectionService) : this(services.toList())
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
|
Reference in New Issue
Block a user