diff --git a/src/controller/java/src/chip/devicecontroller/ControllerParams.java b/src/controller/java/src/chip/devicecontroller/ControllerParams.java index 919dfb9f102940..e2e429a6ad083d 100644 --- a/src/controller/java/src/chip/devicecontroller/ControllerParams.java +++ b/src/controller/java/src/chip/devicecontroller/ControllerParams.java @@ -205,14 +205,14 @@ public Builder setAttemptNetworkScanThread(boolean attemptNetworkScanThread) { } /** - * Disable the CASE phase of commissioning when the CommissioningComplete command is sent - * by this ChipDeviceCommissioner. + * Disable the CASE phase of commissioning when the CommissioningComplete command is sent by + * this ChipDeviceCommissioner. * *

Specifically, this sets SkipCommissioningComplete in the CommissioningParameters passed to * the CommissioningDelegate. * - *

A controller will set this to true when the CASE phase of commissioning is done by a separate - * process, for example, by a Hub on the network. + *

A controller will set this to true when the CASE phase of commissioning is done by a + * separate process, for example, by a Hub on the network. * * @param skipCommissioningComplete * @return