7311: Update javadoc to match previous commit

Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net>
pull/7633/head
Matilda Clerke 2 months ago
parent 52d440afbe
commit f392a0feda
  1. 1
      besu/src/main/java/org/hyperledger/besu/cli/custom/PeerTaskFeatureToggle.java

@ -30,7 +30,6 @@ public class PeerTaskFeatureToggle {
* PeerTaskFeatureToggle may only be initialized once!
*
* @param usePeerTaskSystem Boolean indicating whether or not the PeerTask system should be used
* @throws IllegalStateException if PeerTaskFeatureToggle has already been initialized
*/
public static void initialize(final Boolean usePeerTaskSystem) {
if (USE_PEER_TASK_SYSTEM != null) {

Loading…
Cancel
Save