Fix Javadocs for BootstrapChecks#enforceLimits
This commit adds a description for a parameter that was added to BootstrapChecks#enforceLimits(BoundTransportAddress, String) without the Javadocs having been updated.
This commit is contained in:
parent
51b5dbffb7
commit
a01f77210a
|
@ -165,6 +165,7 @@ final class BootstrapChecks {
|
|||
* Tests if the checks should be enforced.
|
||||
*
|
||||
* @param boundTransportAddress the node network bindings
|
||||
* @param discoveryType the discovery type
|
||||
* @return {@code true} if the checks should be enforced
|
||||
*/
|
||||
static boolean enforceLimits(final BoundTransportAddress boundTransportAddress, final String discoveryType) {
|
||||
|
|
Loading…
Reference in New Issue