Skip to content

Commit

Permalink
Doc comment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Bret Ambrose committed Dec 3, 2024
1 parent c615947 commit ac2d857
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/

package software.amazon.awssdk.crt.iot;

import software.amazon.awssdk.crt.CrtResource;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/

package software.amazon.awssdk.crt.iot;

import software.amazon.awssdk.crt.mqtt.MqttClientConnection;
Expand Down Expand Up @@ -54,7 +59,7 @@ public MqttRequestResponseClientBuilder withMaxRequestResponseSubscriptions(int
/**
* Sets the maximum number of subscriptions that the client will concurrently use for streaming operations
*
* @param maxStreamingSubscriptions aximum number of subscriptions that the client will concurrently use for streaming operations
* @param maxStreamingSubscriptions maximum number of subscriptions that the client will concurrently use for streaming operations
* @return the builder instance
*/
public MqttRequestResponseClientBuilder withMaxStreamingSubscriptions(int maxStreamingSubscriptions) {
Expand All @@ -66,7 +71,7 @@ public MqttRequestResponseClientBuilder withMaxStreamingSubscriptions(int maxStr
/**
* Sets the Duration, in seconds, that a request-response operation will wait for completion before giving up
*
* @param operationTimeoutSeconds curation, in seconds, that a request-response operation will wait for completion before giving up
* @param operationTimeoutSeconds duration, in seconds, that a request-response operation will wait for completion before giving up
* @return the builder instance
*/
public MqttRequestResponseClientBuilder withOperationTimeoutSeconds(int operationTimeoutSeconds) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/

package software.amazon.awssdk.crt.test;

import org.junit.Assume;
Expand Down

0 comments on commit ac2d857

Please sign in to comment.