Skip to content

Commit

Permalink
fixup! feat(protocol_interfaces): introduce ProtocolSubscription class
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed May 24, 2024
1 parent 89c5672 commit 9034026
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/src/core/protocol_interfaces/protocol_subscription.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Copyright 2024 Contributors to the Eclipse Foundation. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//
// SPDX-License-Identifier: BSD-3-Clause

import "package:meta/meta.dart";

import "../scripting_api.dart";
Expand Down

0 comments on commit 9034026

Please sign in to comment.