From eaf50406149cb7cd4d5db01618747ecc64a146ca Mon Sep 17 00:00:00 2001 From: "restyled-io[bot]" <32688539+restyled-io[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 07:30:38 -0700 Subject: [PATCH] Restyle Fixes related to PASE-only commissioning on Android (#22250) * Restyled by whitespace * Restyled by google-java-format Co-authored-by: Restyled.io --- .../java/src/chip/devicecontroller/ControllerParams.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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