7311: Fix javadoc issue

Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net>
pull/7638/head
Matilda Clerke 2 months ago
parent ced19cdf33
commit 03f6495a54
  1. 2
      besu/src/main/java/org/hyperledger/besu/controller/BesuControllerBuilder.java

@ -835,6 +835,7 @@ public abstract class BesuControllerBuilder implements MiningParameterOverrides
* @param worldStateStorageCoordinator the world state storage
* @param protocolContext the protocol context
* @param ethContext the eth context
* @param peerTaskExecutor the PeerTaskExecutor
* @param syncState the sync state
* @param ethProtocolManager the eth protocol manager
* @param pivotBlockSelector the pivot block selector
@ -1034,6 +1035,7 @@ public abstract class BesuControllerBuilder implements MiningParameterOverrides
* @param peerValidators the peer validators
* @param mergePeerFilter the merge peer filter
* @param forkIdManager the fork id manager
* @param peerManager the PeerManager
* @return the eth protocol manager
*/
protected EthProtocolManager createEthProtocolManager(

Loading…
Cancel
Save