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:
Jason Tedor 2017-04-04 09:42:19 -04:00
parent 51b5dbffb7
commit a01f77210a
1 changed files with 1 additions and 0 deletions

View File

@ -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) {