Skip to content

Commit

Permalink
refactor(binding-coap): do not export client
Browse files Browse the repository at this point in the history
As ProtocolClients are always created from
ProtocolClientFactories, the coap_client.dart file
does not need to be exported
  • Loading branch information
JKRhb committed Jan 1, 2022
1 parent e011ba7 commit 749969d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/binding_coap.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
///
/// [spec link]: https://www.w3.org/TR/wot-binding-templates/
export 'src/binding_coap/coap_client.dart';
export 'src/binding_coap/coap_client_factory.dart';
export 'src/binding_coap/coap_config.dart';
export 'src/binding_coap/coap_server.dart';

0 comments on commit 749969d

Please sign in to comment.