From 2b03b63a3a1e511ffd4cafd6822de5d5d44eac6c Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Tue, 16 Aug 2022 18:51:36 +0000 Subject: [PATCH] Restyled by google-java-format --- .../ChipDeviceController.java | 25 ++++++++++--------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/src/controller/java/src/chip/devicecontroller/ChipDeviceController.java b/src/controller/java/src/chip/devicecontroller/ChipDeviceController.java index da6a643019c41e..97627b56c4ce1f 100644 --- a/src/controller/java/src/chip/devicecontroller/ChipDeviceController.java +++ b/src/controller/java/src/chip/devicecontroller/ChipDeviceController.java @@ -63,17 +63,17 @@ public void setScanNetworksListener(ScanNetworksListener listener) { } /** - * Sets this DeviceController to use the given issuer for issuing operational certs and - * verifying the DAC. By default, the DeviceController uses an internal, OperationalCredentialsDelegate - * (see AndroidOperationalCredentialsIssuer). + * Sets this DeviceController to use the given issuer for issuing operational certs and verifying + * the DAC. By default, the DeviceController uses an internal, OperationalCredentialsDelegate (see + * AndroidOperationalCredentialsIssuer). * - * When a NOCChainIssuer is set for this controller, then onNOCChainGenerationNeeded will be + *

When a NOCChainIssuer is set for this controller, then onNOCChainGenerationNeeded will be * called when the NOC CSR needs to be signed and DAC verified. This allows for custom credentials * issuer and DAC verifier implementations, for example, when a proprietary cloud API will perform * DAC verification and the CSR signing. * - *

When a NOCChainIssuer is set for this controller, the PartialDACVerifier will be used - * rather than the DefaultDACVerifier. + *

When a NOCChainIssuer is set for this controller, the PartialDACVerifier will be used rather + * than the DefaultDACVerifier. * * @param issuer */ @@ -700,9 +700,9 @@ protected void finalize() throws Throwable { public interface NOCChainIssuer { /** * When a NOCChainIssuer is set for this controller, then onNOCChainGenerationNeeded will be - * called when the DAC chain must be verified and NOC chain needs to be issued from a CSR. This allows for custom credentials - * issuer and DAC verifier implementations, for example, when a proprietary cloud API will perform - * DAC verification and the NOC chain issuance from CSR. + * called when the DAC chain must be verified and NOC chain needs to be issued from a CSR. This + * allows for custom credentials issuer and DAC verifier implementations, for example, when a + * proprietary cloud API will perform DAC verification and the NOC chain issuance from CSR. * *

When a NOCChainIssuer is set for this controller, the PartialDACVerifier will be used * rather than the DefaultDACVerifier. @@ -729,9 +729,10 @@ public interface NOCChainIssuer { * WiFi or Thread network scan during commissioning in the the default CommissioningDelegate used * by the ChipDeviceCommissioner. * - * When the callbacks onScanNetworksFailure or onScanNetworksSuccess are invoked, the commissioning - * flow has reached the kNeedsNetworkCreds and will wait to advance until this device controller's - * updateCommissioningNetworkCredentials method is called with the desired network credentials set. + *

When the callbacks onScanNetworksFailure or onScanNetworksSuccess are invoked, the + * commissioning flow has reached the kNeedsNetworkCreds and will wait to advance until this + * device controller's updateCommissioningNetworkCredentials method is called with the desired + * network credentials set. */ public interface ScanNetworksListener { /** Notifies when scan networks call fails. */