Skip to content

Commit

Permalink
Issue 583 (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
shamblett authored Jan 11, 2025
1 parent 3003f0f commit e7fab45
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ part of '../../../mqtt_client.dart';
/// Implementation of the variable header for an MQTT Publish
/// Acknowledgement message.
class MqttPublishAckVariableHeader extends MqttVariableHeader {
/// Initializes a new instance of the MqttPublishAckVariableHeader class.
/// Initializes a new instance of the [MqttPublishAckVariableHeader] class.
MqttPublishAckVariableHeader();

/// Initializes a new instance of the <see cref="MqttConnectVariableHeader" /> class.
/// Initializes a new instance of the [MqttPublishAckVariableHeader] class.
MqttPublishAckVariableHeader.fromByteBuffer(MqttByteBuffer headerStream) {
readFrom(headerStream);
}
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ dependencies:
web: '>=0.5.0 <2.0.0'

dev_dependencies:
test: '^1.25.8'
lints: '^5.0.0'
build_runner: '^2.4.13'
build_test: '^2.2.2'
build_web_compilers: '^4.0.11'
test: '^1.25.14'
lints: '^5.1.1'
build_runner: '^2.4.14'
build_test: '^2.2.3'
build_web_compilers: '^4.1.0'
mocktail: '^1.0.4'
http: '^1.2.2'
aws_signature_v4: '^0.6.3'
Expand Down

0 comments on commit e7fab45

Please sign in to comment.