Skip to content

Commit d285288

Browse files
committed
improve comments
1 parent 57e9c1e commit d285288

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/main/java/software/amazon/awssdk/crt/mqtt5/Mqtt5ClientOptions.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ public class Mqtt5ClientOptions {
4747
private PublishEvents publishEvents;
4848
private TopicAliasingOptions topicAliasingOptions;
4949
// Indicates whether AWS IoT Metrics are enabled for this client, default to true.
50-
// We don't expose this setting in the builder for now.
51-
private IoTDeviceSDKMetrics iotDeviceSDKMetrics;
50+
// We don't expose iotDeviceSDKMetrics in the builder, and only allow setting
51+
// metricsEnabled for now.
5252
private boolean metricsEnabled = true;
53+
private IoTDeviceSDKMetrics iotDeviceSDKMetrics;
5354

5455

5556
/**

0 commit comments

Comments
 (0)